summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2011-11-17 08:55:00 +0100
committerJoel Klinghed <the_jk@yahoo.com>2011-11-17 08:55:00 +0100
commit331d327671af3969e56e8019657a91ead88643d3 (patch)
tree77b6c7dd01181ad22ada2c3d7c4f80e75363c14b /src
parentef193c1fbc29b0ebd7842866d606782fc3208d15 (diff)
Fix update list timer
Diffstat (limited to 'src')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 636c72e..b51f1db 100644
--- a/src/main.c
+++ b/src/main.c
@@ -462,6 +462,7 @@ static gboolean update_list(gpointer _master)
{
master_t* master = _master;
g_async_queue_push(master->queue, msg_updatelist());
+ master->sync_timeout = 0;
return FALSE;
}