From 830eb623e7799cdd27d4fe442b105f293a3c4960 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Wed, 22 Feb 2017 08:51:36 +0000 Subject: [PATCH] Scale: Fix erroneously removed : in a signal doc --- gtk/gtkscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkscale.c b/gtk/gtkscale.c index 3cecd08057..0c04288255 100644 --- a/gtk/gtkscale.c +++ b/gtk/gtkscale.c @@ -59,7 +59,7 @@ * its base class, #GtkRange, in addition to the methods for GtkScale itself. * To set the value of a scale, you would normally use gtk_range_set_value(). * To detect changes to the value, you would normally use the - * #GtkRange:value-changed signal. + * #GtkRange::value-changed signal. * * Note that using the same upper and lower bounds for the #GtkScale (through * the #GtkRange methods) will hide the slider itself. This is useful for