discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=579a9ab0e2972b2f5abb9f3b8aa79b8b414d7ed2

commit 579a9ab0e2972b2f5abb9f3b8aa79b8b414d7ed2
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Jul 6 16:21:58 2015 -0400

    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 0cf6a39..58ecc15 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);
 }
 

-- 


Reply via email to