Merge pull request #16 from getlantern/glide

Updates from lantern
This commit is contained in:
oxtoacart
2016-08-29 11:40:49 -05:00
committed by GitHub
+1 -1
View File
@@ -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