[goobox] notifications: set priority to low
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goobox] notifications: set priority to low
- Date: Mon, 7 Jan 2019 17:57:04 +0000 (UTC)
commit 215644dc5d6cade5722ebfdaf5b8b836ec794eed
Author: Paolo Bacchilega <paobac src gnome org>
Date: Mon Jan 7 18:54:09 2019 +0100
notifications: set priority to low
src/main.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/main.c b/src/main.c
index d5c9601..18d8f02 100644
--- a/src/main.c
+++ b/src/main.c
@@ -131,6 +131,7 @@ system_notify (GooWindow *window,
const char *cover_path;
notification = g_notification_new (summary);
+ g_notification_set_priority (notification, G_NOTIFICATION_PRIORITY_LOW);
if (body != NULL)
g_notification_set_body (G_NOTIFICATION (notification), body);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]