GNOME Bugzilla – Bug 454250
port font selector to gtkcombobox
Last modified: 2007-12-03 22:08:20 UTC
GucharmapMiniFontSelection is currently using the deprecated GtkCombo widget. It should be ported to GtkComboBox.
Created attachment 91298 [details] [review] patch
Looks good. Please commit after branching.
* 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.