Fixed: Update client.cfg after it's copied, see #279

--HG--
branch : develop
feature/pipeline-tools
kervala 9 years ago
parent 4acc2afd3a
commit dc8f74ba39

@ -638,6 +638,9 @@ void COperationDialog::copyProfileFiles()
{
}
// correct path to client_default.cfg
profile.createClientConfig();
emit done();
}
@ -900,8 +903,6 @@ bool COperationDialog::createDefaultProfile()
config->addProfile(profile);
config->save();
profile.createClientConfig();
emit done();
return true;

Loading…
Cancel
Save