elementary/naviframe - removed items in reverse since the items are stacked.

SVN revision: 63439
This commit is contained in:
ChunEon Park 2011-09-16 12:21:11 +00:00
parent bdca77d062
commit b4c88023c6
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ _del_hook(Evas_Object *obj)
wd = elm_widget_data_get(obj);
if (!wd) return;
EINA_LIST_FOREACH(wd->stack, list, it)
EINA_LIST_REVERSE_FOREACH(wd->stack, list, it)
_item_del(it);
eina_list_free(wd->stack);
free(wd);