From: vsr Date: Wed, 14 Oct 2009 08:34:56 +0000 (+0000) Subject: Fix problem of hang-up installation if only one product is chosen X-Git-Tag: V5_1_3~43 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5bdd0b899f0a00c8cc8c72d9e794226792e5382c;p=tools%2Finstall.git Fix problem of hang-up installation if only one product is chosen --- diff --git a/bin/SALOME_InstallWizard b/bin/SALOME_InstallWizard index ef3a69b..0329cc0 100755 Binary files a/bin/SALOME_InstallWizard and b/bin/SALOME_InstallWizard differ diff --git a/src/SALOME_InstallWizard.cxx b/src/SALOME_InstallWizard.cxx index 88fa8f5..c160149 100644 --- a/src/SALOME_InstallWizard.cxx +++ b/src/SALOME_InstallWizard.cxx @@ -2850,7 +2850,7 @@ void SALOME_InstallWizard::onStart() item = (QCheckListItem*)( item->nextSibling() ); } // if something at all is selected - if ( (int)toInstall.count() > 1 ) { + if ( (int)toInstall.count() > 0 ) { if ( installType == Compile ) { // update status label