Changed: #1206 fixed bug on context update when only core plugin is loaded

hg/feature/sound
aquiles 14 years ago
parent 8208ec219b
commit c39bd25ef3

@ -101,7 +101,8 @@ void MainWindow::extensionsInitialized()
readSettings();
connect(m_contextManager, SIGNAL(currentContextChanged(Core::IContext*)),
this, SLOT(updateContext(Core::IContext*)));
updateContext(m_contextManager->currentContext());
if (m_contextManager->currentContext() != NULL)
updateContext(m_contextManager->currentContext());
show();
}

Loading…
Cancel
Save