projects
/
platform
/
core
/
base
/
syspopup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98d439e
)
Fix window notification level
49/114549/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 14 Feb 2017 04:11:47 +0000
(13:11 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 14 Feb 2017 04:11:47 +0000
(13:11 +0900)
The priority 2 must be EFL_UTIL_NOTIFICATION_LEVEL_TOP.
Change-Id: I110e86a24ad3e3443f3552088d23ab277956d471
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
syspopup/syspopup_wayland.c
patch
|
blob
|
history
diff --git
a/syspopup/syspopup_wayland.c
b/syspopup/syspopup_wayland.c
index 2d1f4cb65a1c8e211e3b27d351265564c243ab66..bf5a3ca24479fc7e770aa02500333a0e89bb707c 100644
(file)
--- a/
syspopup/syspopup_wayland.c
+++ b/
syspopup/syspopup_wayland.c
@@
-87,7
+87,7
@@
static efl_util_notification_level_e __wl_syspopup_get_notification_level(int pr
case 1:
return EFL_UTIL_NOTIFICATION_LEVEL_MEDIUM;
case 2:
- return EFL_UTIL_NOTIFICATION_LEVEL_
HIGH
;
+ return EFL_UTIL_NOTIFICATION_LEVEL_
TOP
;
default:
return EFL_UTIL_NOTIFICATION_LEVEL_DEFAULT;
}