]> Pileus Git - ~andy/gtk/commitdiff
Fix property links in GtkSpinner
authorBastien Nocera <hadess@hadess.net>
Wed, 14 Oct 2009 21:38:28 +0000 (22:38 +0100)
committerBastien Nocera <hadess@hadess.net>
Wed, 14 Oct 2009 21:38:57 +0000 (22:38 +0100)
gtk/gtkspinner.c

index 061e53248c9aeca5a09e0d873b41fe34c6e57b9b..99dc101685b4d20686bc6cf74dfc76114a96f1b3 100644 (file)
@@ -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.
    *