--- 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)