From 27ee3fec96c1fa4b2f3d5d4094a999fae478e298 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Tue, 11 Jan 2011 10:54:54 +0100 Subject: [PATCH] numerableicon: fix a typo in the gtk-doc annotation --- gtk/gtknumerableicon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtknumerableicon.c b/gtk/gtknumerableicon.c index 678abdbf30..2522102b10 100644 --- a/gtk/gtknumerableicon.c +++ b/gtk/gtknumerableicon.c @@ -889,7 +889,7 @@ gtk_numerable_icon_set_style_context (GtkNumerableIcon *self, * If this method is called and an icon name was already set as * background for the icon, @icon will be used, i.e. the last method * called between gtk_numerable_icon_set_background_gicon() and - * #gtk_numerable_icon_set_background_icon_name() has always priority. + * gtk_numerable_icon_set_background_icon_name() has always priority. * * Since: 3.0 */