Reviewers: ,
Please review this at http://codereview.tryton.org/830002/ Affected files: M tryton/gui/main.py
Index: tryton/gui/main.py
===================================================================
--- a/tryton/gui/main.py
+++ b/tryton/gui/main.py
@@ -1649,6 +1649,9 @@
elif type_ == 'url':
open_url()
+ if type_ in ('model', 'wizard', 'report'):
+ self.window.set_urgency_hint(True)
+
def open_url(self, url):
def idle_open_url():
with gtk.gdk.lock:
