From: Mike Blumenkrantz Date: Fri, 26 Apr 2013 07:53:16 +0000 (+0100) Subject: default notification urgency to normal to ensure that notifications are displayed... X-Git-Tag: submit/efl/20131021.015651~736 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f45e418158b3222c19c7b7e05aeeeaaa78be5851;p=platform%2Fupstream%2Fenlightenment.git default notification urgency to normal to ensure that notifications are displayed when they do not explicitly set the urgency hint --- diff --git a/src/bin/e_notification.c b/src/bin/e_notification.c index 8626008..43589be 100644 --- a/src/bin/e_notification.c +++ b/src/bin/e_notification.c @@ -80,7 +80,7 @@ notify_cb(const Eldbus_Service_Interface *iface EINA_UNUSED, const Eldbus_Messag return NULL; n = E_OBJECT_ALLOC(E_Notification_Notify, E_NOTIFICATION_TYPE, _notification_free); - + n->urgency = E_NOTIFICATION_NOTIFY_URGENCY_NORMAL; if (!eldbus_message_arguments_get(msg, "susssasa{sv}i", &n->app_name, &n->replaces_id, &n->icon.icon, &n->sumary, &n->body, &actions_iter, &hints_iter,