Fix animators, don't run the program twice.
authorsachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 1 Oct 2010 17:10:37 +0000 (17:10 +0000)
committersachiel <sachiel@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 1 Oct 2010 17:10:37 +0000 (17:10 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@52953 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_var.c

index 6cfbc58..235d372 100644 (file)
@@ -132,7 +132,6 @@ _edje_var_anim_cb(void *data __UNUSED__)
                                      ed->file->path,
                                      embryo_program_max_cycle_run_get(ed->collection->script));
                               }
-                           embryo_program_run(ed->collection->script, fn);
                            embryo_program_data_set(ed->collection->script, pdata);
                            embryo_program_vm_pop(ed->collection->script);
                            _edje_recalc(ed);