diff options
| author | oxtoacart | 2016-08-29 11:40:49 -0500 |
|---|---|---|
| committer | GitHub | 2016-08-29 11:40:49 -0500 |
| commit | 71538570be8aeed38327ddb5fbd7acc688750ad7 (patch) | |
| tree | dc372118a147dc0a9d6b6d19d36430e9c9dcf765 /systray_linux.c | |
| parent | d4e9a9f70a92790dbb0d1cee3569282d6af0cf31 (diff) | |
| parent | 098af430714929dec1aa9b14dd3380081284ec31 (diff) | |
| download | systray-71538570be8aeed38327ddb5fbd7acc688750ad7.tar.bz2 | |
Merge pull request #16 from getlantern/glide
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 |
