summaryrefslogtreecommitdiff
path: root/gobject/tests/autoproperties.c
diff options
context:
space:
mode:
Diffstat (limited to 'gobject/tests/autoproperties.c')
-rw-r--r--gobject/tests/autoproperties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/tests/autoproperties.c b/gobject/tests/autoproperties.c
index 69522e8ee..8fdd948ef 100644
--- a/gobject/tests/autoproperties.c
+++ b/gobject/tests/autoproperties.c
@@ -333,7 +333,7 @@ test_object_class_init (TestObjectClass *klass)
TEST_FLAGS_VALUE_FOO);
test_object_properties[PROP_BOXED] =
- g_boxed_property_new ("boxed", G_PROPERTY_READWRITE,
+ g_boxed_property_new ("boxed", G_PROPERTY_READWRITE | G_PROPERTY_COPY_SET,
G_STRUCT_OFFSET (TestObjectPrivate, boxed),
NULL, NULL);
g_property_set_prerequisite (G_PROPERTY (test_object_properties[PROP_BOXED]),