From: vsr Date: Thu, 25 Mar 2004 09:09:36 +0000 (+0000) Subject: Fix bug: temporary directory is not deleted when several times changing from 2nd... X-Git-Tag: PAL_1_4_1~15 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3d2943d54cfa56261c99d69f4f1af601fd54d56d;p=tools%2Finstall.git Fix bug: temporary directory is not deleted when several times changing from 2nd to 3th page. --- diff --git a/src/SALOME_InstallWizard.cxx b/src/SALOME_InstallWizard.cxx index d4df725..09c1be3 100644 --- a/src/SALOME_InstallWizard.cxx +++ b/src/SALOME_InstallWizard.cxx @@ -96,7 +96,6 @@ static QString DefineDependeces(MapProducts& theProductsMap, QCheckListItem* pro // ================================================================ static bool makeDir( const QString& theDir, QString& theCreated ) { - theCreated = QString::null; if ( theDir.isEmpty() ) return false; QString aDir = QDir::cleanDirPath( QFileInfo( theDir ).absFilePath() );