Mercurial > libervia-web
diff src/browser/sat_browser/notification.py @ 599:a6b9809b9a68 frontends_multi_profiles
merged souliane commits
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 06 Feb 2015 19:31:30 +0100 |
parents | e11e34ac0f67 |
children | 03e9fe91081c |
line wrap: on
line diff
--- a/src/browser/sat_browser/notification.py Fri Feb 06 19:25:17 2015 +0100 +++ b/src/browser/sat_browser/notification.py Fri Feb 06 19:31:30 2015 +0100 @@ -89,11 +89,11 @@ """) wnd().onclick = self._old_click - def onFocus(self): + def onFocus(self, event=None): Window.setTitle(self._orig_title) self._notif_count = 0 - # def onBlur(self): + # def onBlur(self, event=None): # pass def isHidden(self):