diff --git a/capplets/keybindings/ChangeLog b/capplets/keybindings/ChangeLog index 7bd741b11..4a005904e 100644 --- a/capplets/keybindings/ChangeLog +++ b/capplets/keybindings/ChangeLog @@ -1,3 +1,8 @@ +2007-01-08 Rodrigo Moya + + * gnome-keybinding-properties.c (create_dialog, clear_old_model): + moved gtk_scrolled_window_ call back to its correct place. + 2007-01-08 Rodrigo Moya Fixes #128158 diff --git a/capplets/keybindings/gnome-keybinding-properties.c b/capplets/keybindings/gnome-keybinding-properties.c index 439e5d593..4786724c9 100644 --- a/capplets/keybindings/gnome-keybinding-properties.c +++ b/capplets/keybindings/gnome-keybinding-properties.c @@ -172,10 +172,6 @@ create_dialog (void) dialog = glade_xml_new (GNOMECC_DATA_DIR "/interfaces/gnome-keybinding-properties.glade", "gnome-keybinding-dialog", NULL); - gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (WID ("actions_swindow")), - GTK_POLICY_NEVER, GTK_POLICY_NEVER); - gtk_widget_set_usize (WID ("actions_swindow"), -1, -1); - return dialog; } @@ -409,6 +405,10 @@ clear_old_model (GladeXML *dialog, g_object_unref (model); g_object_unref (client); } + + gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (WID ("actions_swindow")), + GTK_POLICY_NEVER, GTK_POLICY_NEVER); + gtk_widget_set_usize (WID ("actions_swindow"), -1, -1); } static gboolean