diff --git a/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp b/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp index 5f3215e31..82c8c66a5 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/operationdialog.cpp @@ -793,14 +793,14 @@ void COperationDialog::uninstallOldClient() if (button == QMessageBox::Yes) { + // to not ask twice + CConfigFile::getInstance()->setUninstallingOldClient(true); + // remember the choice CConfigFile::getInstance()->setShouldUninstallOldClient(true); // launch old uninstaller QDesktopServices::openUrl(QUrl::fromLocalFile(uninstaller)); - - // to not ask twice - CConfigFile::getInstance()->setUninstallingOldClient(true); } else {