discomfitor pushed a commit to branch enlightenment-0.19.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=2cba6e0417cc9377656fec2ea58c6433be0edd08

commit 2cba6e0417cc9377656fec2ea58c6433be0edd08
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 a7e3f2f..9576b53 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