aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/notifications.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/notifications.py')
-rw-r--r--gbp/notifications.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gbp/notifications.py b/gbp/notifications.py
index b2534e3f..9115ac39 100644
--- a/gbp/notifications.py
+++ b/gbp/notifications.py
@@ -45,6 +45,7 @@ def build_msg(cp, success):
def send_notification(summary, msg):
n = notify_module.Notification(summary, msg)
+ n.set_hint('transient', True)
try:
if not n.show():
return False