diff options
| author | Ox Cart | 2016-08-24 15:02:41 -0500 | 
|---|---|---|
| committer | Ox Cart | 2016-08-24 15:02:41 -0500 | 
| commit | 098af430714929dec1aa9b14dd3380081284ec31 (patch) | |
| tree | dc372118a147dc0a9d6b6d19d36430e9c9dcf765 /systray_linux.c | |
| parent | d4e9a9f70a92790dbb0d1cee3569282d6af0cf31 (diff) | |
| download | systray-098af430714929dec1aa9b14dd3380081284ec31.tar.bz2 | |
Updates from lantern
Diffstat (limited to 'systray_linux.c')
| -rw-r--r-- | systray_linux.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
