moved gtk_scrolled_window_ call back to its correct place.
2007-01-08 Rodrigo Moya <rodrigo@novell.com> * gnome-keybinding-properties.c (create_dialog, clear_old_model): moved gtk_scrolled_window_ call back to its correct place. svn path=/trunk/; revision=7103
This commit is contained in:
parent
3caa94c980
commit
9a20027755
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-01-08 Rodrigo Moya <rodrigo@novell.com>
|
||||||
|
|
||||||
|
* gnome-keybinding-properties.c (create_dialog, clear_old_model):
|
||||||
|
moved gtk_scrolled_window_ call back to its correct place.
|
||||||
|
|
||||||
2007-01-08 Rodrigo Moya <rodrigo@novell.com>
|
2007-01-08 Rodrigo Moya <rodrigo@novell.com>
|
||||||
|
|
||||||
Fixes #128158
|
Fixes #128158
|
||||||
|
|
|
@ -172,10 +172,6 @@ create_dialog (void)
|
||||||
|
|
||||||
dialog = glade_xml_new (GNOMECC_DATA_DIR "/interfaces/gnome-keybinding-properties.glade", "gnome-keybinding-dialog", NULL);
|
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;
|
return dialog;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -409,6 +405,10 @@ clear_old_model (GladeXML *dialog,
|
||||||
g_object_unref (model);
|
g_object_unref (model);
|
||||||
g_object_unref (client);
|
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
|
static gboolean
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue