From f9581ca5ce87437df40e27bc0228fdb6c6897619 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 6 Nov 2009 10:17:30 +0000 Subject: [PATCH] script: Apply properties when constructing implicit timelines The object construction is done in two passes, now, so we must do both passes when parsing implicit timelines from a fake ObjectInfo. --- clutter/clutter-script-parser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/clutter/clutter-script-parser.c b/clutter/clutter-script-parser.c index fc7172f82..23066399d 100644 --- a/clutter/clutter-script-parser.c +++ b/clutter/clutter-script-parser.c @@ -715,6 +715,7 @@ construct_timeline (ClutterScript *script, g_list_free (members); _clutter_script_construct_object (script, oinfo); + _clutter_script_apply_properties (script, oinfo); retval = CLUTTER_TIMELINE (oinfo->object); /* we transfer ownership to the alpha function later */