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

ochosi pushed a 
commit to branch 
master
in repository xfce/xfce4-settings.

commit 3648a5d9abeeaddfd8001e014ae118ccae499514
Author: Florian Schüller <[email protected]>
Date:   Sun Apr 21 20:41:16 2019 +0200

    display: Add missing signal to close dialog properly
---
 dialogs/display-settings/main.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dialogs/display-settings/main.c b/dialogs/display-settings/main.c
index 7e1b9d1..ebfabc3 100644
--- a/dialogs/display-settings/main.c
+++ b/dialogs/display-settings/main.c
@@ -3508,6 +3508,8 @@ display_settings_show_main_dialog (GdkDisplay *display)
         g_signal_connect (randr_gui_area, "viewport_changed",
                   G_CALLBACK (on_viewport_changed), app);
 
+        g_signal_connect (G_OBJECT(dialog), "destroy", gtk_main_quit, NULL);
+
         gui_container = GTK_WIDGET (gtk_builder_get_object (builder, 
"randr-dnd"));
         gtk_container_add (GTK_CONTAINER (gui_container), GTK_WIDGET 
(randr_gui_area));
         gtk_widget_show_all (gui_container);

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

Reply via email to