diff options
Diffstat (limited to 'systray_linux.c')
| -rw-r--r-- | systray_linux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systray_linux.c b/systray_linux.c index 69b90be..40dad03 100644 --- a/systray_linux.c +++ b/systray_linux.c @@ -157,6 +157,7 @@ gboolean do_quit(gpointer data) { } // app indicator doesn't provide a way to remove it, hide it as a workaround app_indicator_set_status(global_app_indicator, APP_INDICATOR_STATUS_PASSIVE); + gtk_main_quit(); return FALSE; } |
