From 3b29302e77e5e1d11703b928e93d8695425f97d1 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Tue, 14 Feb 2017 13:11:47 +0900 Subject: [PATCH] Fix window notification level The priority 2 must be EFL_UTIL_NOTIFICATION_LEVEL_TOP. Change-Id: I110e86a24ad3e3443f3552088d23ab277956d471 Signed-off-by: Hwankyu Jhun --- syspopup/syspopup_wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.7.4