Fix the default value of the curve-type property

svn path=/trunk/; revision=19271
This commit is contained in:
Matthias Clasen 2007-12-28 15:21:24 +00:00
parent ae285834f7
commit 0006024e6f
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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,