Do not temporary show the welcome mode when passing a session as argument

Reviewed-by: con
This commit is contained in:
Daniel Molkentin
2009-06-12 18:06:34 +02:00
parent 992a178be3
commit cb784459c3
4 changed files with 28 additions and 21 deletions

View File

@@ -348,8 +348,9 @@ void MainWindow::extensionsInitialized()
m_actionManager->initialize();
readSettings();
updateContext();
show();
emit m_coreImpl->coreAboutToOpen();
show();
emit m_coreImpl->coreOpened();
}