Plugins/ViewManagerPlugins/Listspace/Listspace.py

changeset 3037
a417a0670a36
parent 3025
67064c71df21
child 3060
5883ce99ee12
child 3062
9de9373da5bb
diff -r 30c81c9e88b8 -r a417a0670a36 Plugins/ViewManagerPlugins/Listspace/Listspace.py
--- a/Plugins/ViewManagerPlugins/Listspace/Listspace.py	Sat Oct 19 15:15:50 2013 +0200
+++ b/Plugins/ViewManagerPlugins/Listspace/Listspace.py	Sat Oct 19 16:14:07 2013 +0200
@@ -670,7 +670,7 @@
         """
         index = self.contextMenuIndex
         for i in list(range(self.viewlist.count() - 1, index, -1)) + \
-                 list(range(index - 1, -1, -1)):
+                list(range(index - 1, -1, -1)):
             editor = self.editors[i]
             self.closeEditorWindow(editor)
         

eric ide

mercurial