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 454250 - port font selector to gtkcombobox
port font selector to gtkcombobox
Status: RESOLVED FIXED
Product: gucharmap
Classification: Core
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Behdad Esfahbod
gucharmap maintainers
Depends on:
Blocks:
 
 
Reported: 2007-07-06 12:21 UTC by Christian Persch
Modified: 2007-12-03 22:08 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
patch (7.95 KB, patch)
2007-07-06 12:22 UTC, Christian Persch
accepted-commit_after_freeze Details | Review

Description Christian Persch 2007-07-06 12:21:52 UTC
GucharmapMiniFontSelection is currently using the deprecated GtkCombo widget. It should be ported to GtkComboBox.
Comment 1 Christian Persch 2007-07-06 12:22:05 UTC
Created attachment 91298 [details] [review]
patch
Comment 2 Behdad Esfahbod 2007-08-29 11:23:50 UTC
Looks good.  Please commit after branching.
Comment 3 Christian Persch 2007-12-03 22:08:20 UTC
        * gucharmap/gucharmap-mini-fontsel.c: (fill_font_families_combo),
        (update_font_familiy_combo), (family_changed),
        (gucharmap_mini_font_selection_init),
        (gucharmap_mini_font_selection_get_type),
        (gucharmap_mini_font_selection_set_font_name):
        * gucharmap/gucharmap-mini-fontsel.h: Port to GtkComboBox. Bug
        #454250.