Fix the default value of the curve-type property
svn path=/trunk/; revision=19271
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2007-12-28 Matthias Clasen <mclasen@redhat.com>
|
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
|
* gtk/gtkcombo.c: Fix the default value of the enable-arrows-always
|
||||||
property.
|
property.
|
||||||
|
|
||||||
|
|||||||
@ -124,7 +124,7 @@ gtk_curve_class_init (GtkCurveClass *class)
|
|||||||
P_("Curve type"),
|
P_("Curve type"),
|
||||||
P_("Is this curve linear, spline interpolated, or free-form"),
|
P_("Is this curve linear, spline interpolated, or free-form"),
|
||||||
GTK_TYPE_CURVE_TYPE,
|
GTK_TYPE_CURVE_TYPE,
|
||||||
GTK_CURVE_TYPE_LINEAR,
|
GTK_CURVE_TYPE_SPLINE,
|
||||||
GTK_PARAM_READWRITE));
|
GTK_PARAM_READWRITE));
|
||||||
g_object_class_install_property (gobject_class,
|
g_object_class_install_property (gobject_class,
|
||||||
PROP_MIN_X,
|
PROP_MIN_X,
|
||||||
|
|||||||
Reference in New Issue
Block a user