Fixed an issue introduced by the super() change.

Mon, 20 Jun 2011 15:11:30 +0200

author
detlev@die-offenbachs.de
date
Mon, 20 Jun 2011 15:11:30 +0200
changeset 1133
564b52bf5ea7
parent 1132
f8275b31dbe5
child 1134
9185e9dd52ef

Fixed an issue introduced by the super() change.

Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Helpviewer/History/HistoryManager.py file | annotate | diff | comparison | revisions
Binary file Documentation/Help/source.qch has changed
--- a/Helpviewer/History/HistoryManager.py	Sun Jun 19 19:50:04 2011 +0200
+++ b/Helpviewer/History/HistoryManager.py	Mon Jun 20 15:11:30 2011 +0200
@@ -122,7 +122,7 @@
         self.__historyFilterModel = HistoryFilterModel(self.__historyModel, self)
         self.__historyTreeModel = HistoryTreeModel(self.__historyFilterModel, self)
         
-        super().setDefaultInterface()
+        super().setDefaultInterface(self)
         self.__startFrequencyTimer()
     
     def close(self):

eric ide

mercurial