summaryrefslogtreecommitdiff
path: root/app-assist-efl/src/WView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'app-assist-efl/src/WView.cpp')
-rw-r--r--app-assist-efl/src/WView.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-assist-efl/src/WView.cpp b/app-assist-efl/src/WView.cpp
index 288b6ce..d5cb047 100644
--- a/app-assist-efl/src/WView.cpp
+++ b/app-assist-efl/src/WView.cpp
@@ -135,7 +135,8 @@ bool WView::popOut()
// }
if( __pv->__naviItem != elm_naviframe_top_item_get(getNaviframe()->getEvasObj()) )
{
- elm_object_item_del(__pv->__naviItem);
+ WASSERT_EX(0,"This view is not on Top of Naviframe!");
+ return false;
}
destroyPopup(); // Before popping out view, pop-up is destroyed, if it has.Because pop-up is disappeared too late.