elm genlist: Fixed formatting.

SVN revision: 70353
This commit is contained in:
Daniel Juyung Seo 2012-04-20 08:40:10 +00:00
parent 00cdcc7454
commit 4a1590c6cb
1 changed files with 1 additions and 1 deletions

View File

@ -6061,7 +6061,7 @@ _item_tree_effect_finish(Widget_Data *wd)
if (wd->tree_effect_animator)
{
if (wd->move_effect_mode == ELM_GENLIST_TREE_EFFECT_CONTRACT)
_item_subitems_clear(wd->expanded_item);
_item_subitems_clear(wd->expanded_item);
EINA_LIST_FOREACH(wd->expanded_item->item->items, l, it)
{
it->item->tree_effect_finished = EINA_TRUE;