Helpviewer/HelpTabWidget.py

changeset 3035
36e9f388958b
parent 3034
7ce719013078
child 3048
83f86da6344e
--- a/Helpviewer/HelpTabWidget.py	Sat Oct 19 13:03:39 2013 +0200
+++ b/Helpviewer/HelpTabWidget.py	Sat Oct 19 14:05:26 2013 +0200
@@ -261,7 +261,7 @@
         """
         index = self.__tabContextMenuIndex
         for i in list(range(self.count() - 1, index, -1)) + \
-                 list(range(index - 1, -1, -1)):
+                list(range(index - 1, -1, -1)):
             self.closeBrowserAt(i)
     
     def __tabContextMenuPrint(self):

eric ide

mercurial