elementary/naviframe - my fault. it shouldn't be committed.

SVN revision: 67069
This commit is contained in:
ChunEon Park 2012-01-11 11:50:49 +00:00
parent 90ad944dc6
commit 85b0916724
1 changed files with 1 additions and 1 deletions

View File

@ -1173,7 +1173,7 @@ elm_naviframe_item_pop(Evas_Object *obj)
Evas_Object *content = NULL;
wd = elm_widget_data_get(obj);
if (!wd || !wd->stack) return NULL;
if (!wd) return NULL;
it = (Elm_Naviframe_Item *) elm_naviframe_top_item_get(obj);
if (!it) return NULL;