Helpviewer/ClosedTabsManager.py

changeset 3035
36e9f388958b
parent 2999
28c75409a78f
child 3060
5883ce99ee12
child 3160
209a07d7e401
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):

eric ide

mercurial