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.
This commit is contained in:
Emmanuele Bassi 2009-11-06 10:17:30 +00:00
parent abae6013e1
commit f9581ca5ce

View File

@ -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 */