--- a/ViewManager/ViewManager.py Fri Nov 04 13:26:01 2011 +0100 +++ b/ViewManager/ViewManager.py Fri Nov 04 17:00:01 2011 +0100 @@ -313,7 +313,7 @@ """ Protected method to show a view (i.e. window) - @param win editor window to be shown + @param win editor assembly to be shown @param fn filename of this editor @exception RuntimeError Not implemented """ @@ -3425,7 +3425,7 @@ if newWin: self._addView(assembly, fn) else: - self._showView(editor, fn) + self._showView(editor.parent(), fn) return (newWin, editor)