summaryrefslogtreecommitdiff
path: root/clutter/clutter/clutter-actor.c
diff options
context:
space:
mode:
Diffstat (limited to 'clutter/clutter/clutter-actor.c')
-rw-r--r--clutter/clutter/clutter-actor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter/clutter/clutter-actor.c b/clutter/clutter/clutter-actor.c
index 354d36a42..3662689ff 100644
--- a/clutter/clutter/clutter-actor.c
+++ b/clutter/clutter/clutter-actor.c
@@ -17916,7 +17916,7 @@ _clutter_actor_create_transition (ClutterActor *actor,
clos = g_hash_table_lookup (info->transitions, pspec->name);
if (clos == NULL)
{
- res = clutter_property_transition_new_for_actor (actor, pspec->name);
+ res = clutter_property_transition_new (pspec->name);
clutter_transition_set_remove_on_complete (res, TRUE);