convert all instances GtkOptionMenu to GtkComboBox
2007-05-01 Jens Granseuer <jensgr@gmx.net> * appearance-ui.c: (ui_init): * appearance.glade: convert all instances GtkOptionMenu to GtkComboBox svn path=/trunk/; revision=7533
This commit is contained in:
parent
76b657073e
commit
0f71452a50
3 changed files with 20 additions and 48 deletions
|
@ -208,9 +208,9 @@ ui_init (AppearanceData *data)
|
|||
"/desktop/gnome/interface/menus_have_icons",
|
||||
NULL));
|
||||
|
||||
peditor = gconf_peditor_new_select_menu
|
||||
peditor = gconf_peditor_new_combo_box
|
||||
(NULL, "/desktop/gnome/interface/toolbar_style",
|
||||
WID ("toolbar_style_omenu"),
|
||||
WID ("toolbar_style_select"),
|
||||
"conv-to-widget-cb", toolbar_to_widget,
|
||||
"conv-from-widget-cb", toolbar_from_widget,
|
||||
NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue