From: YeongJong Lee Date: Thu, 10 May 2018 11:46:05 +0000 (+0900) Subject: elc_ctxpopup: use data(ctxpopup) instead of obj(edje) X-Git-Tag: upstream/1.21.0~426 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e00840c1ced8eae6272b208e2a624e69ec61963f;p=platform%2Fupstream%2Fefl.git elc_ctxpopup: use data(ctxpopup) instead of obj(edje) Change-Id: Ib43f4a5c32b73ee6086ecc2418cdf5613b32e1fc --- diff --git a/src/lib/elementary_tizen/elc_ctxpopup.c b/src/lib/elementary_tizen/elc_ctxpopup.c index b668414..b4eb99f 100644 --- a/src/lib/elementary_tizen/elc_ctxpopup.c +++ b/src/lib/elementary_tizen/elc_ctxpopup.c @@ -1984,7 +1984,7 @@ _show_finished_cb(void *data, const char *emission EINA_UNUSED, const char *source EINA_UNUSED) { - ELM_CTXPOPUP_DATA_GET(obj, sd); + ELM_CTXPOPUP_DATA_GET(data, sd); sd->show_finished = EINA_TRUE; elm_object_focus_set(data, EINA_TRUE); }