Skip to content
Snippets Groups Projects
Commit c61d5ca8 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

timer : use second precision, not millisecond

parent ad9c3396
No related branches found
No related tags found
No related merge requests found
......@@ -302,7 +302,7 @@ create_main_window ()
gmutex = g_mutex_new();
g_timeout_add(1000, calltree_update_clock, NULL);
g_timeout_add_seconds(1, calltree_update_clock, NULL);
// Configuration wizard
if (account_list_get_size () == 1) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment