Warn when a font larger than 31 points is selected, #97653. Caring

Sat Aug  2 01:16:16 2003  Jonathan Blandford  <jrb@gnome.org>

        * main.c (application_font_to_gconf): Warn when a font larger than
        31 points is selected, #97653.
Caring Desktop++
This commit is contained in:
Jonathan Blandford 2003-08-02 15:52:24 +00:00 committed by Jonathan Blandford
parent 170ffa5325
commit 532a9fae6a
5 changed files with 317 additions and 45 deletions

View file

@ -64,7 +64,8 @@ struct _GConfPropertyEditorClass
GType gconf_property_editor_get_type (void);
const gchar *gconf_property_editor_get_key (GConfPropertyEditor *peditor);
const gchar *gconf_property_editor_get_key (GConfPropertyEditor *peditor);
GObject *gconf_property_editor_get_ui_control (GConfPropertyEditor *peditor);
GObject *gconf_peditor_new_boolean (GConfChangeSet *changeset,
gchar *key,