elementary/naviframe - fixed to not managed by naviframe for the popped contents.

This patch may fix the ticket 877.



SVN revision: 69280
This commit is contained in:
ChunEon Park 2012-03-13 02:22:57 +00:00
parent 588ddb272a
commit 7ef0905f31
1 changed files with 8 additions and 0 deletions

View File

@ -815,6 +815,14 @@ _item_del(Elm_Naviframe_Item *it)
}
eina_stringshare_del(it->style);
if (wd->preserve && it->content)
{
elm_object_part_content_unset(VIEW(it), "elm.swallow.content");
evas_object_event_callback_del(it->content,
EVAS_CALLBACK_DEL,
_item_content_del);
}
}
static Eina_Bool