]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
*** empty log message ***
authorasl <asl@opencascade.com>
Wed, 8 Jun 2005 05:42:57 +0000 (05:42 +0000)
committerasl <asl@opencascade.com>
Wed, 8 Jun 2005 05:42:57 +0000 (05:42 +0000)
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