ooh silly! remove the list item, not head! as intended. fix.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 7 Jan 2011 10:52:19 +0000 (10:52 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 7 Jan 2011 10:52:19 +0000 (10:52 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@55979 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_message_queue.c

index 9a4a339..13387f7 100644 (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++;