From 579a9ab0e2972b2f5abb9f3b8aa79b8b414d7ed2 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 6 Jul 2015 16:21:58 -0400 Subject: [PATCH] set CRITICAL urgency for notification internal notifications ensure that presentation/offline mode toggles will display a notify --- src/modules/notification/e_mod_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/notification/e_mod_main.c b/src/modules/notification/e_mod_main.c index 0cf6a39e3..58ecc156b 100644 --- a/src/modules/notification/e_mod_main.c +++ b/src/modules/notification/e_mod_main.c @@ -36,6 +36,7 @@ _notification_show_common(const char *summary, n.icon.icon = "enlightenment"; n.summary = summary; n.body = body; + n.urgency = E_NOTIFICATION_NOTIFY_URGENCY_CRITICAL; e_notification_client_send(&n, NULL, NULL); }