From: sachiel Date: Fri, 1 Oct 2010 17:10:37 +0000 (+0000) Subject: Fix animators, don't run the program twice. X-Git-Tag: submit/trunk/20120815.180907~867 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e72e75991c441b65a9958f78c27cfb3df982fd1;p=profile%2Fivi%2Fedje.git Fix animators, don't run the program twice. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@52953 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_var.c b/src/lib/edje_var.c index 6cfbc58..235d372 100644 --- a/src/lib/edje_var.c +++ b/src/lib/edje_var.c @@ -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);