Changed: Call setUninstallingOldClient before, see #279

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent b7d37b71e3
commit 7b4ab5efa7

@ -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
{

Loading…
Cancel
Save