From: cedric Date: Wed, 21 Apr 2010 16:36:55 +0000 (+0000) Subject: * edje: during removal the removed list is modified. X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~1317 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05b284c98e1fb2abd30629d1ba7ae2b750749147;p=profile%2Fivi%2Fedje.git * edje: during removal the removed list is modified. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@48207 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_edit.c b/src/lib/edje_edit.c index 3582370..70b9bcf 100644 --- a/src/lib/edje_edit.c +++ b/src/lib/edje_edit.c @@ -5725,7 +5725,7 @@ edje_edit_program_after_del(Evas_Object *obj, const char *prog, const char *afte { Edje_Program *af; Edje_Program_After *a; - const Eina_List *l; + Eina_List *l; GET_EPR_OR_RETURN(EINA_FALSE);