summaryrefslogtreecommitdiffstats
path: root/gtk/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/src/main.c')
-rw-r--r--gtk/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/main.c b/gtk/src/main.c
index 061364b02..9f7b940d3 100644
--- a/gtk/src/main.c
+++ b/gtk/src/main.c
@@ -618,7 +618,7 @@ main (int argc, char *argv[])
}
// Reload and check status of the last saved queue
g_idle_add((GSourceFunc)ghb_reload_queue, ud);
- g_idle_add((GSourceFunc)ghb_check_update, ud);
+ g_thread_create((GThreadFunc)ghb_check_update, ud, FALSE, NULL);
// Start timer for monitoring libhb status, 500ms
g_timeout_add (500, ghb_timer_cb, (gpointer)ud);
// Everything should be go-to-go. Lets rock!