summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJehun Lim <jehun.lim@samsung.com>2015-08-31 21:31:48 +0900
committerJehun Lim <jehun.lim@samsung.com>2015-09-01 14:34:39 +0900
commitf51516fedeab9e0b14142c7ec45ae4d7d742e531 (patch)
tree9df9850e446b8ea9cff3ccdff7cafafbcd1d623f /res
parent2edb324f8b9abffa4dd36735b6c8cb4c86d75d11 (diff)
downloadair_mediahub-f51516fedeab9e0b14142c7ec45ae4d7d742e531.tar.gz
air_mediahub-f51516fedeab9e0b14142c7ec45ae4d7d742e531.tar.bz2
air_mediahub-f51516fedeab9e0b14142c7ec45ae4d7d742e531.zip
add ctxpopup util file
Change-Id: I541f1872f2db5d575a5e11ffa763836671ecc1bd Signed-off-by: Jehun Lim <jehun.lim@samsung.com>
Diffstat (limited to 'res')
-rw-r--r--res/edc/widgets/ctxpopup.edc2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/edc/widgets/ctxpopup.edc b/res/edc/widgets/ctxpopup.edc
index 1e3b2d7..188d688 100644
--- a/res/edc/widgets/ctxpopup.edc
+++ b/res/edc/widgets/ctxpopup.edc
@@ -107,7 +107,7 @@ group {
programs {
program {
name: "hide";
- signal: SIGNAL_ELM_HIDE;
+ signal: SIG_ELM_HIDE;
source: SIG_SOURCE_ELM;
action: SIGNAL_EMIT "elm,action,hide,finished" "";
}