Sun, 31 Jan 2016 16:38:01 +0100
Fixed a little issue in the web browser main window.
(grafted from bdd1a99320a0b3a4207fc8702f3bb471386dcfc3)
Helpviewer/HelpWindow.py | file | annotate | diff | comparison | revisions |
--- a/Helpviewer/HelpWindow.py Sat Jan 23 18:13:25 2016 +0100 +++ b/Helpviewer/HelpWindow.py Sun Jan 31 16:38:01 2016 +0100 @@ -3812,6 +3812,6 @@ @return flag indicating, if notifications are enabled (boolean) """ if cls._fromEric: - return e5App().getObject("UserInterface").notificationsEnabled + return e5App().getObject("UserInterface").notificationsEnabled() else: return Preferences.getUI("NotificationsEnabled")