mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 13:10:07 +00:00
Fix the default value of the curve-type property
svn path=/trunk/; revision=19271
This commit is contained in:
parent
ae285834f7
commit
0006024e6f
@ -1,5 +1,7 @@
|
||||
2007-12-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcurve.c: Fix the default value of the curve-type property.
|
||||
|
||||
* gtk/gtkcombo.c: Fix the default value of the enable-arrows-always
|
||||
property.
|
||||
|
||||
|
@ -124,7 +124,7 @@ gtk_curve_class_init (GtkCurveClass *class)
|
||||
P_("Curve type"),
|
||||
P_("Is this curve linear, spline interpolated, or free-form"),
|
||||
GTK_TYPE_CURVE_TYPE,
|
||||
GTK_CURVE_TYPE_LINEAR,
|
||||
GTK_CURVE_TYPE_SPLINE,
|
||||
GTK_PARAM_READWRITE));
|
||||
g_object_class_install_property (gobject_class,
|
||||
PROP_MIN_X,
|
||||
|
Loading…
Reference in New Issue
Block a user