From 098af430714929dec1aa9b14dd3380081284ec31 Mon Sep 17 00:00:00 2001 From: Ox Cart Date: Wed, 24 Aug 2016 15:02:41 -0500 Subject: [PATCH] Updates from lantern --- systray_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systray_linux.c b/systray_linux.c index 72694e1..56c6229 100644 --- a/systray_linux.c +++ b/systray_linux.c @@ -34,7 +34,7 @@ int nativeLoop(void) { global_temp_icon_file_names = g_array_new(TRUE, FALSE, sizeof(char*)); systray_ready(); gtk_main(); - return EXIT_SUCCESS; + return; } // runs in main thread, should always return FALSE to prevent gtk to execute it again