projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee35f3c
)
elc_ctxpopup: use data(ctxpopup) instead of obj(edje)
19/188019/1
author
Hosang Kim
<hosang12.kim@samsung.com>
Thu, 30 Aug 2018 10:05:32 +0000
(19:05 +0900)
committer
Hosang Kim
<hosang12.kim@samsung.com>
Thu, 30 Aug 2018 10:09:46 +0000
(19:09 +0900)
Change-Id: I744e59b4132b6f08ab1e3df103dac17ed6b46271
src/mobile_lib/elc_ctxpopup.c
patch
|
blob
|
history
diff --git
a/src/mobile_lib/elc_ctxpopup.c
b/src/mobile_lib/elc_ctxpopup.c
index
5e0ee07
..
45005d8
100644
(file)
--- a/
src/mobile_lib/elc_ctxpopup.c
+++ b/
src/mobile_lib/elc_ctxpopup.c
@@
-1931,7
+1931,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);
}