From 40a3850ee2fed27d1f8dedd345eef9b6d749053a Mon Sep 17 00:00:00 2001 From: Ryuan Choi Date: Wed, 7 May 2014 12:51:51 +0900 Subject: [PATCH] ctxpopup: Fixes that remains diskselector when dismissed ctxpopup of elm_datetime. elm_object_content_unset should return child element which is unset. Tests: elementary_test -to datetime --- legacy/elementary/src/lib/elc_ctxpopup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elc_ctxpopup.c b/legacy/elementary/src/lib/elc_ctxpopup.c index b118bc1b4d..01dbf2f0ca 100644 --- a/legacy/elementary/src/lib/elc_ctxpopup.c +++ b/legacy/elementary/src/lib/elc_ctxpopup.c @@ -828,7 +828,7 @@ _elm_ctxpopup_elm_container_content_unset(Eo *obj, Elm_Ctxpopup_Data *sd, const if (sd->visible) elm_layout_sizing_eval(obj); - return NULL; + return content; } static void