set CRITICAL urgency for notification internal notifications

ensure that presentation/offline mode toggles will display a notify
This commit is contained in:
Mike Blumenkrantz 2015-07-06 16:21:58 -04:00
parent 17f0ce3713
commit 579a9ab0e2
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}