From: ptv Date: Fri, 30 Dec 2005 12:39:20 +0000 (+0000) Subject: correct ::start( op*, bool ) X-Git-Tag: T_Before_Join_BR-D5-38-2003~28 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dc176139eed469aa200f50c64fbb5ae44de90647;p=modules%2Fgui.git correct ::start( op*, bool ) --- diff --git a/src/SUIT/SUIT_Operation.cxx b/src/SUIT/SUIT_Operation.cxx index 11beaef40..658ff2017 100755 --- a/src/SUIT/SUIT_Operation.cxx +++ b/src/SUIT/SUIT_Operation.cxx @@ -416,7 +416,7 @@ void SUIT_Operation::start( SUIT_Operation* op, const bool check ) return; if ( study() ) - study()->start( op, false ); + study()->start( op, check ); else { connect( this, SIGNAL( stopped( SUIT_Operation* ) ), op, SLOT( abort() ) );