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)