--- a/Helpviewer/ClosedTabsManager.py Sat Sep 28 19:06:25 2013 +0200 +++ b/Helpviewer/ClosedTabsManager.py Sat Sep 28 20:07:36 2013 +0200 @@ -32,6 +32,7 @@ Special method implementing the equality operator. @param other reference to the object to compare against (ClosedTab) + @return flag indicating equality of the tabs (boolean) """ return self.url == other.url and \ self.title == other.title and \