diff -r 7ce719013078 -r 36e9f388958b Helpviewer/ClosedTabsManager.py --- a/Helpviewer/ClosedTabsManager.py Sat Oct 19 13:03:39 2013 +0200 +++ b/Helpviewer/ClosedTabsManager.py Sat Oct 19 14:05:26 2013 +0200 @@ -35,8 +35,8 @@ @return flag indicating equality of the tabs (boolean) """ return self.url == other.url and \ - self.title == other.title and \ - self.position == other.position + self.title == other.title and \ + self.position == other.position class ClosedTabsManager(QObject):