Fix window notification level 49/114549/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 14 Feb 2017 04:11:47 +0000 (13:11 +0900)
committerHwankyu 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

index 2d1f4cb65a1c8e211e3b27d351265564c243ab66..bf5a3ca24479fc7e770aa02500333a0e89bb707c 100644 (file)
@@ -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;
        }