aboutsummaryrefslogtreecommitdiffstats
path: root/systray_linux.c
diff options
context:
space:
mode:
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;
}