--- a/Helpviewer/ClosedTabsManager.py Fri Nov 01 15:48:48 2013 +0100 +++ b/Helpviewer/ClosedTabsManager.py Sun Nov 03 15:58:22 2013 +0100 @@ -37,8 +37,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):