Plugins/ViewManagerPlugins/Listspace/Listspace.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3037
a417a0670a36
child 3080
6c0a430b19df
diff -r 0a02c433f52d -r 5883ce99ee12 Plugins/ViewManagerPlugins/Listspace/Listspace.py
--- a/Plugins/ViewManagerPlugins/Listspace/Listspace.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Plugins/ViewManagerPlugins/Listspace/Listspace.py	Sun Nov 03 15:58:22 2013 +0100
@@ -672,7 +672,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