Fixed a little issue in the web browser main window. 6_1_x

Sun, 31 Jan 2016 16:38:01 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 31 Jan 2016 16:38:01 +0100
branch
6_1_x
changeset 4704
a6a59317ba4c
parent 4694
a2a7633874e1
child 4706
4cdd97fbc522

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")

eric ide

mercurial