elementary/genlist - remove it safely.

SVN revision: 77218
This commit is contained in:
ChunEon Park 2012-09-29 18:40:43 +00:00
parent ede2439e4a
commit 48613d7cd8
1 changed files with 1 additions and 1 deletions

View File

@ -1142,7 +1142,7 @@ _item_cache_find(Elm_Gen_Item *it)
Eina_Bool tree = 0;
if (it->item->type & ELM_GENLIST_ITEM_TREE) tree = 1;
EINA_INLIST_FOREACH (GL_IT(it)->wsd->item_cache, itc)
EINA_INLIST_FOREACH_SAFE (GL_IT(it)->wsd->item_cache, itc)
{
if ((itc->selected) || (itc->disabled) || (itc->expanded))
continue;