From: akl Date: Wed, 28 May 2008 12:04:36 +0000 (+0000) Subject: Fix pb. with result of checking libraries. X-Git-Tag: V4_1_3~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=60e296bd3c83a4244e969e126109203c93b1324d;p=tools%2Finstall.git Fix pb. with result of checking libraries. --- diff --git a/bin/SALOME_InstallWizard b/bin/SALOME_InstallWizard index b916a56..578a8f2 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 2713780..5587245 100644 --- a/src/SALOME_InstallWizard.cxx +++ b/src/SALOME_InstallWizard.cxx @@ -596,8 +596,6 @@ SALOME_InstallWizard::SALOME_InstallWizard(const QString& aXmlFileName, connect(modifyLaProc, SIGNAL( readyReadStderr() ), this, SLOT( readFromStderr() ) ); connect(modifyLaProc, SIGNAL( processExited() ), this, SLOT( checkModifyLaResult() ) ); // catch signals from launched checkFLibProc - connect(checkFLibProc, SIGNAL( readyReadStdout() ), this, SLOT( readFromStdout() ) ); - connect(checkFLibProc, SIGNAL( readyReadStderr() ), this, SLOT( readFromStderr() ) ); connect(checkFLibProc, SIGNAL( processExited() ), this, SLOT( checkFLibResult() ) ); // create validation thread