* edje: during removal the removed list is modified.
authorcedric <cedric>
Wed, 21 Apr 2010 16:36:55 +0000 (16:36 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 21 Apr 2010 16:36:55 +0000 (16:36 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@48207 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_edit.c

index 3582370..70b9bcf 100644 (file)
@@ -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);