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

--HG--
branch : develop
feature/pipeline-tools
kervala 9 years ago
parent 7cf531c1a3
commit 42021fb7b4

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

Loading…
Cancel
Save