Enlightenment CVS committal
Author : tsauerbeck
Project : e17
Module : libs/edje
Dir : e17/libs/edje/src/lib
Modified Files:
edje_var.c
Log Message:
always append new animators to _edje_anim_list so we can have more than one
animator in an edje/in multiple edjes
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_var.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- edje_var.c 29 Dec 2004 19:10:57 -0000 1.12
+++ edje_var.c 29 Dec 2004 19:17:01 -0000 1.13
@@ -984,8 +984,7 @@
ea->edje = ed;
ea->func = fn;
ea->val = val;
- if (!_edje_anim_list)
- _edje_anim_list = evas_list_append(_edje_anim_list, ed);
+ _edje_anim_list = evas_list_append(_edje_anim_list, ed);
ed->var_pool->animators = evas_list_prepend(ed->var_pool->animators, ea);
if (!_edje_animator)
_edje_animator = ecore_animator_add(_edje_var_anim_cb, NULL);
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs