After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 171000 - [PATCH] replace deprecated GtkOptionMenu to GtkCombobox
[PATCH] replace deprecated GtkOptionMenu to GtkCombobox
Status: RESOLVED FIXED
Product: gconf-editor
Classification: Applications
Component: general
2.8.x
Other All
: Normal normal
: ---
Assigned To: Gconf Editor Maintainers
Gconf Editor Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-20 15:46 UTC by Michael Gossard
Modified: 2005-06-25 16:26 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8


Attachments
gconf-key-editor.[ch] patch (10.54 KB, patch)
2005-03-20 15:49 UTC, Michael Gossard
none Details | Review

Description Michael Gossard 2005-03-20 15:46:42 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:
Comment 1 Michael Gossard 2005-03-20 15:49:28 UTC
Created attachment 38961 [details] [review]
gconf-key-editor.[ch] patch
Comment 2 Fernando Herrera 2005-06-25 16:26:39 UTC
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