elementary: elm_gengrid_clear should be the last called.

SVN revision: 60640
This commit is contained in:
Cedric BAIL 2011-06-23 16:05:42 +00:00
parent d6a0e690a2
commit 099bcb9a9f
1 changed files with 1 additions and 1 deletions

View File

@ -1446,6 +1446,7 @@ call:
evas_object_smart_callback_call(item->wd->self, SIG_SELECTED, item);
item->walking--;
item->wd->walking--;
item->wd->last_selected_item = item;
if ((item->wd->clear_me) && (!item->wd->walking))
elm_gengrid_clear(item->base.widget);
else
@ -1453,7 +1454,6 @@ call:
if ((!item->walking) && (item->delete_me))
if (!item->relcount) _item_del(item);
}
item->wd->last_selected_item = item;
}
static void