Reviewers: seoz
Reviewed By: seoz
Differential Revision: https://phab.enlightenment.org/D261
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
* 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:
content = sd->content;
if (!content) goto end;
+ elm_box_unpack(sd->box, content);
sd->content = NULL;
sd->dir = ELM_CTXPOPUP_DIRECTION_UNKNOWN;