[gtk+/gtk-2.90] Fix property links in GtkSpinner
- From: Christian Dywan <cdywan src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2.90] Fix property links in GtkSpinner
- Date: Fri, 16 Oct 2009 13:57:19 +0000 (UTC)
commit aa6a04644cf2c66ed3a986d1d6a7c521ef86705a
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]