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:
8d5866e
)
Revert "[ctxpopup] check auto hide disable mode when bg clicked"
author
JinYong Park
<j4939.park@samsung.com>
Fri, 9 Dec 2016 04:49:34 +0000
(13:49 +0900)
committer
Wonki Kim
<wonki_.kim@samsung.com>
Mon, 2 Jan 2017 05:37:06 +0000
(14:37 +0900)
This reverts commit
77bd0fd5089cb9dcafd83ad4078663354f02b04f
.
Change-Id: I7596983598eccf1f706fc59775aa2b8671cb7373
Signed-off-by: Jinyong Park <j4939.park@samsung.com>
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 593016049505a520c0a9dcb89cffcd66063ebcdd..49893ae187c279f78d22a62f8e78f36d89e930c4 100644
(file)
--- a/
src/mobile_lib/elc_ctxpopup.c
+++ b/
src/mobile_lib/elc_ctxpopup.c
@@
-1598,8
+1598,7
@@
_bg_clicked_cb(void *data,
{
ELM_CTXPOPUP_DATA_GET(data, sd);
- if (sd->auto_hide)
- _hide_signals_emit(data, sd->dir);
+ _hide_signals_emit(data, sd->dir);
}
static void