default notification urgency to normal to ensure that notifications are displayed when they do not explicitly set the urgency hint

This commit is contained in:
Mike Blumenkrantz 2013-04-26 08:53:16 +01:00
parent 8cf7e61744
commit f45e418158
1 changed files with 1 additions and 1 deletions

View File

@ -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,