Merge pull request #11 from vlow/master

Fixes wrong return type in systray_linux.c.
This commit is contained in:
fffw
2016-04-05 05:44:34 +08:00
+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;
return EXIT_SUCCESS;
}
// runs in main thread, should always return FALSE to prevent gtk to execute it again