From 0753ee1e1d567e1343af50890cef4e713a33505d Mon Sep 17 00:00:00 2001 From: jfa Date: Wed, 28 Dec 2005 11:15:13 +0000 Subject: [PATCH] To correspond to current state of GUI: LightApp_Selection::myPopupClient is private now. --- src/LIGHTGUI/LIGHTGUI_Selection.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LIGHTGUI/LIGHTGUI_Selection.cxx b/src/LIGHTGUI/LIGHTGUI_Selection.cxx index ccc8a74..9365824 100644 --- a/src/LIGHTGUI/LIGHTGUI_Selection.cxx +++ b/src/LIGHTGUI/LIGHTGUI_Selection.cxx @@ -87,7 +87,7 @@ int LIGHTGUI_Selection::count() const QtxValue LIGHTGUI_Selection::param ( const int ind, const QString& p ) const { if ( p == "client" ) - return myPopupClient; + return globalParam(p); else return myTypes[ind]; } -- 2.39.2