summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHwankyu Jhun <h.jhun@samsung.com>2017-02-14 13:11:47 +0900
committerHwanKyu Jhun <h.jhun@samsung.com>2017-02-13 20:19:21 -0800
commit59ded3ba3a2dc23fd1a01dfbab6a933ab0b51ca7 (patch)
treeb745b0fd6346459523218641bd9069e014439f42
parenta461cdd034666f38f0ec45354a042c2f37a0476e (diff)
downloadsyspopup-accepted/tizen_3.0_mobile.tar.gz
syspopup-accepted/tizen_3.0_mobile.tar.bz2
syspopup-accepted/tizen_3.0_mobile.zip
The priority 2 must be EFL_UTIL_NOTIFICATION_LEVEL_TOP. Change-Id: I110e86a24ad3e3443f3552088d23ab277956d471 Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
-rw-r--r--syspopup/syspopup_wayland.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/syspopup/syspopup_wayland.c b/syspopup/syspopup_wayland.c
index 2d1f4cb..bf5a3ca 100644
--- 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;
}