aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index eb8cd860..ad698d8b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -352,8 +352,11 @@ int main(int argc, char *argv[])
g_signal_emit_by_name(syl_app, "init-done");
remote_command_exec();
+
+#if USE_UPDATE_CHECK
if (prefs_common.auto_update_check)
update_check(FALSE);
+#endif
gtk_main();
#if USE_THREADS