separate EM::setCurrentEditor and EM::activateEditor

This commit is contained in:
mae
2009-01-26 16:36:02 +01:00
parent 1b345cfa0f
commit ebcb9dce5a
9 changed files with 17 additions and 117 deletions

View File

@@ -169,7 +169,7 @@ VCSBase::VCSBaseEditor
outputEditor->createNew(m_msgWait);
rc = VCSBase::VCSBaseEditor::getVcsBaseEditor(outputEditor);
QTC_ASSERT(rc, return 0);
m_core->editorManager()->setCurrentEditor(outputEditor);
m_core->editorManager()->activateEditor(outputEditor);
} else {
// Create new, set wait message, set up with source and codec
outputEditor = m_core->editorManager()->newFile(kind, &title, m_msgWait);