GNOME Bugzilla – Bug 171000
[PATCH] replace deprecated GtkOptionMenu to GtkCombobox
Last modified: 2005-06-25 16:26:39 UTC
Please describe the problem: Here a pacth to replace gtkoptionmenu to gtkcombobox in gconf-key-editor.[ch] Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 38961 [details] [review] gconf-key-editor.[ch] patch
Thank you very much for the patch. Applied to HEAD (2.11.x) 2005-06-25 Fernando Herrera <fherrera@onirica.com> * src/gconf-key-editor.c: (combo_box_changed), (list_type_menu_changed), (gconf_key_editor_create_combo_box), (gconf_key_editor_create_list_type_menu), (list_add_clicked), (list_edit_element), (gconf_key_editor_init), (gconf_key_editor_set_value), (gconf_key_editor_get_value): * src/gconf-key-editor.h: Port to GtkComboBox. Patch by Michael Gossard <michael.gossard@free.fr> Fix bug #171000