]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Fix problem of hang-up installation if only one product is chosen
authorvsr <vsr@opencascade.com>
Wed, 14 Oct 2009 08:34:56 +0000 (08:34 +0000)
committervsr <vsr@opencascade.com>
Wed, 14 Oct 2009 08:34:56 +0000 (08:34 +0000)
bin/SALOME_InstallWizard
src/SALOME_InstallWizard.cxx

index ef3a69ba51c68afecc02835c87cc7060f002f383..0329cc08b6d393c43be7cca71b9eced86fff6e22 100755 (executable)
Binary files a/bin/SALOME_InstallWizard and b/bin/SALOME_InstallWizard differ
index 88fa8f59714e237f528a89f2293c1dcdf9661d90..c160149d686e3a26db0398a225eb22bb906e7be0 100644 (file)
@@ -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