From 6a2190809e15cd0e056ab9b1df28341e458170e9 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 21 Jan 2014 16:10:05 -0500 Subject: [PATCH] docs: don't use properties syntax for style properties --- gtk/gtkwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index d9e8365d78..aa92ea5650 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -9189,7 +9189,7 @@ gtk_widget_override_symbolic_color (GtkWidget *widget, * calls to of gtk_widget_override_cursor(). * * Sets the cursor color to use in a widget, overriding the - * #GtkWidget:cursor-color and #GtkWidget:secondary-cursor-color + * cursor-color and secondary-cursor-color * style properties. All other style values are left untouched. * See also gtk_widget_modify_style(). *