[Xfce4-commits] [xfce/xfce4-panel] 05/12: More small rebasing fixes

noreply at xfce.org noreply at xfce.org
Mon Feb 27 22:51:46 CET 2017


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

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

commit b6a386901286415a4df21dce1cca8b19e76a2634
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Mon Feb 27 00:29:47 2017 +0100

    More small rebasing fixes
---
 panel/panel-preferences-dialog.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/panel/panel-preferences-dialog.c b/panel/panel-preferences-dialog.c
index 07569fb..c36224c 100644
--- a/panel/panel-preferences-dialog.c
+++ b/panel/panel-preferences-dialog.c
@@ -437,7 +437,7 @@ panel_preferences_dialog_bindings_update (PanelPreferencesDialog *dialog)
   panel_preferences_dialog_bindings_add (dialog, "mode", "active", 0);
   panel_preferences_dialog_bindings_add (dialog, "span-monitors", "active", 0);
   panel_preferences_dialog_bindings_add (dialog, "position-locked", "active", 0);
-  panel_preferences_dialog_bindings_add (dialog, "autohide-behavior", "active");
+  panel_preferences_dialog_bindings_add (dialog, "autohide-behavior", "active", 0);
   panel_preferences_dialog_bindings_add (dialog, "disable-struts", "active", 0);
   panel_preferences_dialog_bindings_add (dialog, "size", "value", 0);
   panel_preferences_dialog_bindings_add (dialog, "nrows", "value", 0);
@@ -1414,7 +1414,7 @@ panel_preferences_dialog_show_internal (PanelWindow *active,
 
       /* move the vbox to the dialog */
       content_area = gtk_dialog_get_content_area (GTK_DIALOG (window));
-      gtk_widget_reparent (GTK_WIDGET (plug_child), content_area);
+      xfce_widget_reparent (GTK_WIDGET (plug_child), content_area);
       gtk_widget_show (GTK_WIDGET (plug_child));
 
       /* destroy the plug */
@@ -1451,7 +1451,7 @@ panel_preferences_dialog_show_internal (PanelWindow *active,
       gtk_widget_show (plug);
 
       /* move the vbox in the plug */
-      gtk_widget_reparent (GTK_WIDGET (plug_child), plug);
+      xfce_widget_reparent (GTK_WIDGET (plug_child), plug);
       gtk_widget_show (GTK_WIDGET (plug_child));
     }
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list