summaryrefslogtreecommitdiff
path: root/thunar-volman/tvm-notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'thunar-volman/tvm-notify.c')
-rw-r--r--thunar-volman/tvm-notify.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/thunar-volman/tvm-notify.c b/thunar-volman/tvm-notify.c
index 4ef167d..a5ce13b 100644
--- a/thunar-volman/tvm-notify.c
+++ b/thunar-volman/tvm-notify.c
@@ -74,6 +74,8 @@ tvm_notify (const gchar *icon,
#else
notification = notify_notification_new (summary, message, icon, NULL);
#endif
+ /* don't log notification (yes, the logic seems inverted but it's right) */
+ notify_notification_set_hint (notification, "transient", g_variant_new_boolean (FALSE));
notify_notification_set_urgency (notification, NOTIFY_URGENCY_NORMAL);
notify_notification_set_timeout (notification, NOTIFY_EXPIRES_DEFAULT);
notify_notification_show (notification, NULL);