Changed: Call setUninstallingOldClient before, see #279

This commit is contained in:
kervala 2016-09-19 14:35:29 +02:00
parent fcdc100204
commit cf69d4f3a9

View file

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