]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
For correct parsing 'all' value of 'os' key in the 'config.xml' file.
authorakl <akl@opencascade.com>
Thu, 23 Aug 2007 12:42:08 +0000 (12:42 +0000)
committerakl <akl@opencascade.com>
Thu, 23 Aug 2007 12:42:08 +0000 (12:42 +0000)
src/SALOME_XmlHandler.cxx

index c21618337ac3acb14deb7e18c37688098223ea10..62729d7c8792568f564d8c28657c5bb4029e2577 100644 (file)
@@ -230,7 +230,7 @@ void StructureParser::getProductsInfo( const QDomNode &theNode )
       if ( !instNode.isElement() ) 
        continue;
       QDomElement instElem = instNode.toElement();
-      if ( instElem.attribute( "os" ) != myWizard->getPlatform() ) 
+      if ( instElem.attribute( "os" ) != myWizard->getPlatform() && instElem.attribute( "os" ) != "all" 
        continue;
       if ( isBoolAttributeSet( instElem.attribute( "disable" ) ) )
        break; // current product is skip