Salome HOME
Update SALOME about icon
[modules/gui.git] / src / SalomeApp / SalomeApp_Selection.cxx
index f7057121ee774ece6bff2ecea8494fb15b94948c..4b67930bdaf1e4a637863025fc15e0a9c047df40 100644 (file)
@@ -46,9 +46,12 @@ int SalomeApp_Selection::count() const
   return myEntries.count();
 }
 
-QtxValue SalomeApp_Selection::param( const int, const QString& ) const
+QtxValue SalomeApp_Selection::param( const int, const QString& ) const
 {
-  return QtxValue();
+  if( p=="client" )
+    return myPopupClient;
+  else    
+    return QtxValue();
 }
 
 QtxValue SalomeApp_Selection::globalParam( const QString& p ) const