summaryrefslogtreecommitdiff
path: root/gtk/gtkfontbutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-06-08 11:59:55 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-06-09 13:31:02 -0400
commit2a7bed685845f2446f59c7aafab286e3b3e5676e (patch)
tree3c2400d08d0fe93ebe0bf382038f314757a2bf08 /gtk/gtkfontbutton.c
parenteb34ff5b489e28bca79e4c8107ea4a58cf3994b1 (diff)
downloadgtk+-2a7bed685845f2446f59c7aafab286e3b3e5676e.tar.gz
GtkFontButton Trivial cleanup
Replace GTK_PARAM_READABLE|GTK_PARAM_WRITABLE by GTK_PARAM_READWRITE.
Diffstat (limited to 'gtk/gtkfontbutton.c')
-rw-r--r--gtk/gtkfontbutton.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/gtk/gtkfontbutton.c b/gtk/gtkfontbutton.c
index e780e48b62..8e71331d56 100644
--- a/gtk/gtkfontbutton.c
+++ b/gtk/gtkfontbutton.c
@@ -441,8 +441,7 @@ gtk_font_button_class_init (GtkFontButtonClass *klass)
P_("Title"),
P_("The title of the font chooser dialog"),
_("Pick a Font"),
- (GTK_PARAM_READABLE |
- GTK_PARAM_WRITABLE)));
+ GTK_PARAM_READWRITE));
/**
* GtkFontButton:font-name:
@@ -457,8 +456,7 @@ gtk_font_button_class_init (GtkFontButtonClass *klass)
P_("Font name"),
P_("The name of the selected font"),
P_("Sans 12"),
- (GTK_PARAM_READABLE |
- GTK_PARAM_WRITABLE)));
+ GTK_PARAM_READWRITE));
/**
* GtkFontButton:use-font: