ctxpopup: fix elm_object_content_unset didn't unpack content from box

Reviewers: seoz

Reviewed By: seoz

Differential Revision: https://phab.enlightenment.org/D261
This commit is contained in:
deasung.kim 2013-10-08 15:41:06 +09:00 committed by Daniel Juyung Seo
parent 1eb4b8d9e1
commit 34d32ef9cf
3 changed files with 5 additions and 0 deletions

View File

@ -1680,3 +1680,6 @@
handle styles at all (so styles were broken with the given
namespace).
2013-10-08 Daesung Kim (ad960009)
* ctxpopup : fix elm_object_content_unset didn't unpack content from box

View File

@ -296,6 +296,7 @@ Fixes:
* Fix the layout to swallow the contents again when theme is changed.
* elm_player breaks theme due to poor namespacing
* elm_popup breaks theme due to poor namespacing
* ctxpopup: fix elm_object_content_unset didn't unpack content from box
Removals:

View File

@ -857,6 +857,7 @@ _elm_ctxpopup_smart_content_unset(Eo *obj, void *_pd, va_list *list)
content = sd->content;
if (!content) goto end;
elm_box_unpack(sd->box, content);
sd->content = NULL;
sd->dir = ELM_CTXPOPUP_DIRECTION_UNKNOWN;