Updating branch refs/heads/nick/settings-manager
         to dfffae65d28e1f4c89982b9465b40b71a2bf674c (commit)
       from d5c9b5022d12c0a647e0cc2fdd21a17526da618d (commit)

commit dfffae65d28e1f4c89982b9465b40b71a2bf674c
Author: Nick Schermer <n...@xfce.org>
Date:   Thu Jan 26 19:39:19 2012 +0100

    Properly destroy dialog on exit.

 .../xfce-settings-manager-dialog.c                 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xfce4-settings-manager/xfce-settings-manager-dialog.c 
b/xfce4-settings-manager/xfce-settings-manager-dialog.c
index ae0e507..f55bceb 100644
--- a/xfce4-settings-manager/xfce-settings-manager-dialog.c
+++ b/xfce4-settings-manager/xfce-settings-manager-dialog.c
@@ -332,6 +332,7 @@ xfce_settings_manager_dialog_response (GtkDialog *widget,
     }
     else
     {
+        gtk_widget_destroy (GTK_WIDGET (widget));
         gtk_main_quit ();
     }
 }
@@ -688,7 +689,6 @@ xfce_settings_manager_dialog_entry_key_press (GtkWidget     
            *entry,
             if (!gtk_widget_get_visible (category->box))
                 continue;
 
-
             path = gtk_tree_path_new_first ();
             if (n_visible_items == 1)
             {
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to