This is an automated email from the git hooks/post-receive script.

ochosi pushed a 
commit to branch 
master
in repository apps/xfce4-taskmanager.

commit cded20db983cbf884c3312952304f7befd97e679
Author: Simon Steinbeiss <simon.steinbe...@elfenbeinturm.at>
Date:   Sat Apr 11 00:28:28 2020 +0200

    Fix previous commit
---
 src/process-window.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/process-window.c b/src/process-window.c
index 5d99de0..f4169fc 100644
--- a/src/process-window.c
+++ b/src/process-window.c
@@ -416,8 +416,8 @@ xtm_process_window_key_pressed (XtmProcessWindow *window, 
GdkEventKey *event)
        if (event->keyval == GDK_KEY_Escape ||
                (event->keyval == GDK_KEY_q && (event->state & 
GDK_CONTROL_MASK))) {
                if (gtk_main_level () > 0) {
-                       xtm_settings_save_settings(window->settings);
-                       gtk_main_quit ();
+                       xtm_settings_save_settings (window->settings);
+                       g_signal_emit_by_name (window, "delete-event", event, 
&ret, G_TYPE_BOOLEAN);
                }
                ret = TRUE;
        }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to