elc_ctxpopup: use data(ctxpopup) instead of obj(edje) 15/181115/2
authorYeongJong Lee <yj34.lee@samsung.com>
Thu, 10 May 2018 11:46:05 +0000 (20:46 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Fri, 8 Jun 2018 08:05:50 +0000 (08:05 +0000)
Change-Id: Ib43f4a5c32b73ee6086ecc2418cdf5613b32e1fc

src/lib/elementary_tizen/elc_ctxpopup.c

index b668414..b4eb99f 100644 (file)
@@ -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);
 }