# HG changeset patch # User Goffi # Date 1582731147 -3600 # Node ID b047d14e4be5c633f39d1df96013df8afaa20d05 # Parent 8a9bfe3fb9c6518ad0bb321770ff65cb66e4b991 notifs: fixed desktop notification duration diff -r 8a9bfe3fb9c6 -r b047d14e4be5 cagou/core/cagou_main.py --- a/cagou/core/cagou_main.py Sun Feb 23 17:49:53 2020 +0100 +++ b/cagou/core/cagou_main.py Wed Feb 26 16:32:27 2020 +0100 @@ -1056,7 +1056,7 @@ callback=callback, cb_args=cb_args, widget=widget, profile=profile) self.desktop_notif(message, title=subject) - def desktop_notif(self, message, title='', duration=5000): + def desktop_notif(self, message, title='', duration=5): global notification if notification is not None: try: