diff options
author | Christian Persch <chpe@gnome.org> | 2011-09-05 13:26:49 +0200 |
---|---|---|
committer | Christian Persch <chpe@gnome.org> | 2011-09-13 12:55:21 +0200 |
commit | eb9efc9fd2f23217cb4f1053737d27c8b0e22f6a (patch) | |
tree | 6fe1a48522a6edf94f85c4012c4fa2bbc2088aaf /gtk/gtkfontchooserutils.h | |
parent | 5452525143ce10628080ceabf19cb1f68d5708a9 (diff) | |
download | gtk+-eb9efc9fd2f23217cb4f1053737d27c8b0e22f6a.tar.gz |
Rename GtkFontChooser:font-name to :font
GtkFontButton already has a property named "font-name" which may
conflict / be an ABI break when moving GtkFontButton to implement
GtkFontChooser. Also, this is more in line with how other parts in
gtk (e.g. GtkCellRendererText) call a font string property.
Diffstat (limited to 'gtk/gtkfontchooserutils.h')
-rw-r--r-- | gtk/gtkfontchooserutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfontchooserutils.h b/gtk/gtkfontchooserutils.h index 54511582e3..f574f14550 100644 --- a/gtk/gtkfontchooserutils.h +++ b/gtk/gtkfontchooserutils.h @@ -35,7 +35,7 @@ G_BEGIN_DECLS typedef enum { GTK_FONT_CHOOSER_PROP_FIRST = 0x4000, - GTK_FONT_CHOOSER_PROP_FONT_NAME, + GTK_FONT_CHOOSER_PROP_FONT, GTK_FONT_CHOOSER_PROP_PREVIEW_TEXT, GTK_FONT_CHOOSER_PROP_SHOW_PREVIEW_ENTRY, GTK_FONT_CHOOSER_PROP_LAST |