ooh silly! remove the list item, not head! as intended. fix.

SVN revision: 55979
This commit is contained in:
Carsten Haitzler 2011-01-07 10:52:19 +00:00
parent 87a0e6575d
commit 29f40fc1fa
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ again:
EINA_LIST_FOREACH_SAFE(tmp_msgq, l, ln, em)
{
if (em->edje != ed) continue;
tmp_msgq = eina_list_remove_list(tmp_msgq, tmp_msgq);
tmp_msgq = eina_list_remove_list(tmp_msgq, l);
if (!ed->delete_me)
{
ed->processing_messages++;