refs #597, removed setup loading in CWebDataServices

* no longer needed, as initial load happens in CApplication
* adjusted classes
This commit is contained in:
Klaus Basan
2016-02-23 02:00:33 +01:00
committed by Mathew Sutcliffe
parent c649c1b7ed
commit 4b7ba4f117
7 changed files with 23 additions and 57 deletions

View File

@@ -46,8 +46,7 @@ bool CSwiftGuiStdApplication::startHookIn()
runtimeConfig = CCoreFacadeConfig::remoteLocalAudio(dBusAddress);
break;
}
this->useContexts(runtimeConfig);
return true;
return this->useContexts(runtimeConfig);
}
bool CSwiftGuiStdApplication::parsingHookIn()