* edje: during removal the removed list is modified.

SVN revision: 48207
This commit is contained in:
Cedric BAIL 2010-04-21 16:36:55 +00:00
parent b0618cbc01
commit 7df0e78a6f
1 changed files with 1 additions and 1 deletions

View 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);