Changed: Minor changes
This commit is contained in:
parent
26d883ed2e
commit
2f1481f60d
3 changed files with 1 additions and 3 deletions
|
@ -2234,7 +2234,7 @@ bool CClientConfig::getDefaultConfigLocation(std::string& p_name) const
|
|||
p_name = defaultConfigPath + defaultConfigFileName;
|
||||
|
||||
// if some client_default.cfg was found return true
|
||||
if(p_name.size())
|
||||
if (p_name.size())
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
|
|
@ -2178,7 +2178,6 @@ void initDataScan()
|
|||
pPM->startScanDataThread();
|
||||
NLGUI::CDBManager::getInstance()->getDbProp("UI:VARIABLES:SCREEN")->setValue32(UI_VARIABLES_SCREEN_DATASCAN);
|
||||
NLGUI::CDBManager::getInstance()->getDbProp("UI:VARIABLES:DATASCAN_RUNNING")->setValue32(1);
|
||||
|
||||
}
|
||||
|
||||
// ***************************************************************************
|
||||
|
|
|
@ -3497,4 +3497,3 @@ void CInstallThread::run()
|
|||
|
||||
pPM->reboot(); // do not reboot just run the extract .bat
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue