diff -r ea526b78ee6c -r 6ba512d9f46a Plugins/ViewManagerPlugins/Listspace/Listspace.py --- a/Plugins/ViewManagerPlugins/Listspace/Listspace.py Tue Mar 07 18:53:18 2017 +0100 +++ b/Plugins/ViewManagerPlugins/Listspace/Listspace.py Tue Mar 07 19:46:57 2017 +0100 @@ -393,14 +393,14 @@ self.changeCaption.emit("") self.editorChangedEd.emit(aw) - def _addView(self, win, fn=None, noName="", next=False): + def _addView(self, win, fn=None, noName="", addNext=False): """ Protected method to add a view (i.e. window). @param win editor assembly to be added @param fn filename of this editor (string) @param noName name to be used for an unnamed editor (string) - @param next flag indicating to add the view next to the current + @param addNext flag indicating to add the view next to the current view (bool) """ editor = win.getEditor()