Salome HOME
studyActivated() virtual method has been added
[modules/gui.git] / src / SalomeApp / SalomeApp_Selection.cxx
index 4b67930bdaf1e4a637863025fc15e0a9c047df40..39ecc9b1cba5df2ff2cb3709b532d05f0b78f59f 100644 (file)
@@ -27,7 +27,7 @@ void SalomeApp_Selection::init( const QString& client, SalomeApp_SelectionMgr* m
       myStudy = dynamic_cast<SalomeApp_Study*>( mgr->application()->activeStudy() );
 
     SUIT_DataOwnerPtrList sel;
-    mgr->selected( sel );
+    mgr->selected( sel, client );
     SUIT_DataOwnerPtrList::const_iterator anIt = sel.begin(), aLast = sel.end();
     for( ; anIt!=aLast; anIt++ )
     {