[gtk+] Fix property links in GtkSpinner



commit 6f44b009354ccfcc84ace52774a521500a45afa9
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Oct 14 22:38:28 2009 +0100

    Fix property links in GtkSpinner

 gtk/gtkspinner.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkspinner.c b/gtk/gtkspinner.c
index 061e532..99dc101 100644
--- a/gtk/gtkspinner.c
+++ b/gtk/gtkspinner.c
@@ -137,14 +137,14 @@ gtk_spinner_class_init (GtkSpinnerClass *klass)
   gtk_widget_class_install_style_property (widget_class,
                                            g_param_spec_uint ("num-steps",
                                                              P_("Number of steps"),
-                                                             P_("The number of steps for the spinner to complete a full loop. The animation will complete a full cycle in one second by default (see #GtkSpinner::cycle-duration)."),
+                                                             P_("The number of steps for the spinner to complete a full loop. The animation will complete a full cycle in one second by default (see #GtkSpinner:cycle-duration)."),
                                                              1,
                                                              G_MAXUINT,
                                                              12,
                                                              G_PARAM_READABLE));
 
   /**
-   * GtkSpinner::cycle-duration:
+   * GtkSpinner:cycle-duration:
    *
    * The duration in milliseconds for the spinner to complete a full cycle.
    *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]