diff --git a/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp b/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp index 07b85ff20..583b3ec03 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp @@ -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()