aboutsummaryrefslogtreecommitdiffstats
path: root/systray_linux.c
diff options
context:
space:
mode:
authorjoesis2017-08-28 15:02:20 +0800
committerGitHub2017-08-28 15:02:20 +0800
commite78cfcfa229acdd9af7489540c20419ee5cb05a8 (patch)
tree7bb33595a16c1a57b4454f014b48fc08e1ec2406 /systray_linux.c
parentef254071ef3abfdf0a220f76fcdd468d24bff519 (diff)
parent1698df20cadf507689bd091174b466e7c6c6876e (diff)
downloadsystray-e78cfcfa229acdd9af7489540c20419ee5cb05a8.tar.bz2
Merge pull request #28 from getlantern/flashlight-258-ox
Made onExit run reliably and process terminate on quit
Diffstat (limited to 'systray_linux.c')
-rw-r--r--systray_linux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/systray_linux.c b/systray_linux.c
index 56c6229..5f57d74 100644
--- a/systray_linux.c
+++ b/systray_linux.c
@@ -34,6 +34,7 @@ int nativeLoop(void) {
global_temp_icon_file_names = g_array_new(TRUE, FALSE, sizeof(char*));
systray_ready();
gtk_main();
+ systray_on_exit();
return;
}