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:
parent
170ffa5325
commit
532a9fae6a
5 changed files with 317 additions and 45 deletions
|
@ -393,6 +393,12 @@ gconf_property_editor_get_key (GConfPropertyEditor *peditor)
|
|||
return peditor->p->key;
|
||||
}
|
||||
|
||||
GObject *
|
||||
gconf_property_editor_get_ui_control (GConfPropertyEditor *peditor)
|
||||
{
|
||||
return peditor->p->ui_control;
|
||||
}
|
||||
|
||||
static void
|
||||
peditor_set_gconf_value (GConfPropertyEditor *peditor,
|
||||
const gchar *key,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue