diff options
Diffstat (limited to 'gtk/tests/object.c')
-rw-r--r-- | gtk/tests/object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/tests/object.c b/gtk/tests/object.c index 4a38f005fe..6fda7722d7 100644 --- a/gtk/tests/object.c +++ b/gtk/tests/object.c @@ -212,7 +212,7 @@ object_test_property (GObject *object, if (pspec->flags & G_PARAM_WRITABLE && !(pspec->flags & (G_PARAM_CONSTRUCT | G_PARAM_CONSTRUCT_ONLY))) { - GValue value = { 0, }; + GValue value = G_VALUE_INIT; guint i; const IgnoreProperty *ignore_properties; /* select value to set */ |