Replace following deprecated gtk symbols: gtk_box_pack_start_defaults, gtk_widget_set_usize, and GTK_CHECK_* Bug #572325
svn path=/trunk/; revision=9284
This commit is contained in:
parent
e5208bc543
commit
bc85298dcb
4 changed files with 15 additions and 7 deletions
|
@ -348,7 +348,7 @@ xkb_options_add_group (XklConfigRegistry * config_registry,
|
|||
(GCompareFunc) xkb_option_checks_compare);
|
||||
while (option_checks_list) {
|
||||
option_check = GTK_WIDGET (option_checks_list->data);
|
||||
gtk_box_pack_start_defaults (GTK_BOX (vbox), option_check);
|
||||
gtk_box_pack_start (GTK_BOX (vbox), option_check, TRUE, TRUE, 0);
|
||||
option_checks_list = option_checks_list->next;
|
||||
}
|
||||
/* free it */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue