summaryrefslogtreecommitdiff
path: root/gtk/gtkrange.c
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>2001-06-20 02:34:23 +0000
committerTim Janik <timj@src.gnome.org>2001-06-20 02:34:23 +0000
commit9e171fcc95beeb8658f4acb72e1a4a3adc240ed8 (patch)
treecbff5b03663030f9d95f2d657d26c7a9526e3b00 /gtk/gtkrange.c
parent8413ee73e566e023e111f7d6bfa6bf01abce0328 (diff)
downloadgdk-pixbuf-9e171fcc95beeb8658f4acb72e1a4a3adc240ed8.tar.gz
hum, "adjustment" was a construct property in 1.2 and still needs to be.
Wed Jun 20 04:28:24 2001 Tim Janik <timj@gtk.org> * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a construct property in 1.2 and still needs to be. * gtk/gtkwidget.c: "composite_child" is not a settable property.
Diffstat (limited to 'gtk/gtkrange.c')
-rw-r--r--gtk/gtkrange.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c
index 840890abd..38e64b3d6 100644
--- a/gtk/gtkrange.c
+++ b/gtk/gtkrange.c
@@ -260,7 +260,7 @@ gtk_range_class_init (GtkRangeClass *class)
_("Adjustment"),
_("The GtkAdjustment that contains the current value of this range object"),
GTK_TYPE_ADJUSTMENT,
- G_PARAM_READWRITE));
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
g_object_class_install_property (gobject_class,
PROP_INVERTED,