From 0633ba0163861fc87492391ce454963c96163c8d Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Thu, 17 Sep 2009 09:07:03 +0300 Subject: [PATCH] Fix more GtkEntry Since tags. progress-border and invisible-char style properties had wrong amount of colons for gtk-doc (signal markup instead of properties), so the Since tags didn't seem to get picked up. GtkEntry:invisible-char also had a wrong Since: 2.22, fixed to 2.18. --- gtk/gtkentry.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 5d90d01c81..8145905226 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -1231,7 +1231,7 @@ gtk_entry_class_init (GtkEntryClass *class) GTK_PARAM_READABLE)); /** - * GtkEntry::progress-border: + * GtkEntry:progress-border: * * The border around the progress bar in the entry. * @@ -1245,7 +1245,7 @@ gtk_entry_class_init (GtkEntryClass *class) GTK_PARAM_READABLE)); /** - * GtkEntry::invisible-char: + * GtkEntry:invisible-char: * * The invisible character is used when masking entry contents (in * \"password mode\")"). When it is not explicitly set with the @@ -1256,7 +1256,7 @@ gtk_entry_class_init (GtkEntryClass *class) * This style property allows the theme to prepend a character * to the list of candidates. * - * Since: 2.22 + * Since: 2.18 */ gtk_widget_class_install_style_property (widget_class, g_param_spec_unichar ("invisible-char",