mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
Forgot one place
Also change the property definition for transition-duration to be uint instead of int.
This commit is contained in:
parent
af6f874060
commit
a8123bf95e
@ -374,10 +374,10 @@ gtk_stack_class_init (GtkStackClass *klass)
|
||||
GTK_PARAM_READWRITE));
|
||||
g_object_class_install_property (object_class,
|
||||
PROP_TRANSITION_DURATION,
|
||||
g_param_spec_int ("transition-duration",
|
||||
g_param_spec_uint ("transition-duration",
|
||||
P_("Transition duration"),
|
||||
P_("The animation duration, in milliseconds"),
|
||||
G_MININT, G_MAXINT,
|
||||
0, G_MAXUINT,
|
||||
200,
|
||||
GTK_PARAM_READWRITE | G_PARAM_CONSTRUCT));
|
||||
g_object_class_install_property (object_class,
|
||||
|
Loading…
Reference in New Issue
Block a user