]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkConnection.cxx
*** empty log message ***
[bbtk.git] / kernel / src / bbtkConnection.cxx
index 51538159f28d03e9d3981c014f53104e1ecbde7b..38051fbff9e41ac2b83df54e4bf2e5e53062ca38 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkConnection.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/12/08 12:54:19 $
-  Version:   $Revision: 1.16 $
+  Date:      $Date: 2008/12/08 14:02:15 $
+  Version:   $Revision: 1.17 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -519,11 +519,10 @@ Connection::Connection(BlackBox::Pointer from, const std::string& output,
     bbtkDebugMessage("change",2,
                     "==> Connection::OnOutputChange("<<status<<") ["
                     <<GetFullName()<<"]"<<std::endl);
-    
     if (mAdaptor) 
       {
-       BlackBoxInputConnector* ac = mAdaptor->bbGetInputConnectorMap().find("In")->second;
-       mAdaptor->bbSetStatusAndPropagate(ac,status);
+           BlackBoxInputConnector* ac = mAdaptor->bbGetInputConnectorMap().find("In")->second;
+           mAdaptor->bbSetStatusAndPropagate(ac,status);
       }
     
     mTo->bbSetStatusAndPropagate( mTo->bbGetInputConnectorMap().find(mInput)->second, status);