actor: Fix completed transitions logic
authorEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 11 Apr 2012 12:57:06 +0000 (13:57 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 11 Apr 2012 12:57:06 +0000 (13:57 +0100)
commit14b9cb4f7b68b6c3798760309b5bb436c4e9d187
tree59c51815ec1684bd6014216366cbe9242a567155
parent2d48e6e3e4a86bb66bb859180695c9a5cb12e9fb
actor: Fix completed transitions logic

We need to remove the transition only if the current repeat is equal to
the number of repeats, and if the transition was marked as remove on
complete. Otherwise, the transition has to remain where it is.
clutter/clutter-actor.c