Changed: Minor change

--HG--
branch : develop
This commit is contained in:
kervala 2016-05-16 14:54:24 +02:00
parent af248d0a0f
commit 9f06af9a87

View file

@ -91,7 +91,10 @@ void COperationDialog::processNextStep()
// default profile
const CProfile &configuration = config->getProfile();
switch(config->getNextStep())
// long operations are done in a thread
CConfigFile::InstallationStep step = config->getNextStep();
switch(step)
{
case CConfigFile::DisplayNoServerError:
break;