Fixed: Interface stalled when adding new profile, see #279

--HG--
branch : develop
This commit is contained in:
kervala 2016-09-21 17:19:00 +02:00
parent 7cf531c1a3
commit 42021fb7b4

View file

@ -1088,6 +1088,11 @@ void COperationDialog::addComponentsProfiles()
profile.createShortcuts();
profile.createClientConfig();
}
// clear list of all servers to uninstall
m_addComponents.profiles.clear();
emit done();
}
void COperationDialog::deleteComponentsProfiles()