diff --git a/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp b/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp index 9e06cef1c..dcc4cfc1c 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp @@ -885,6 +885,9 @@ void COperationDialog::deleteComponentsProfiles() config->removeProfile(profileId); } + // clear list of all profiles to uninstall + m_components.profiles.clear(); + emit success(m_components.servers.size()); emit done(); }