summaryrefslogtreecommitdiff
path: root/gtk/gtkfontbutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-07-06 05:14:03 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-07-06 05:14:03 +0000
commitf8794ccccadc91bd37a4fe19577fc789cf0d0107 (patch)
tree47fea3e572b4614ca5aada3be8a53ea671e34980 /gtk/gtkfontbutton.c
parente5afc7e33198a7b694e4177de7802e80d0be1aec (diff)
downloadgtk+-f8794ccccadc91bd37a4fe19577fc789cf0d0107.tar.gz
Improve consistency of signal and property names
Diffstat (limited to 'gtk/gtkfontbutton.c')
-rw-r--r--gtk/gtkfontbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfontbutton.c b/gtk/gtkfontbutton.c
index f6b6de3c77..8d9e79bd7d 100644
--- a/gtk/gtkfontbutton.c
+++ b/gtk/gtkfontbutton.c
@@ -388,7 +388,7 @@ gtk_font_button_new (void)
GtkWidget *
gtk_font_button_new_with_font (const gchar *fontname)
{
- return g_object_new (GTK_TYPE_FONT_BUTTON, "font_name", fontname, NULL);
+ return g_object_new (GTK_TYPE_FONT_BUTTON, "font-name", fontname, NULL);
}
/**