From 24bd613f14a19bff9df8cca88ff1df8deb5468e3 Mon Sep 17 00:00:00 2001 From: Arthur Coolen <coolen@astron.nl> Date: Fri, 7 Sep 2007 09:24:02 +0000 Subject: [PATCH] BugID: 755 corrected error. $datapoint(old point) changed to baseDP (new way) --- .../panels/objects/nav_usr/CS1/DigBoard_ctrl_details.pnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAC/Navigator/panels/objects/nav_usr/CS1/DigBoard_ctrl_details.pnl b/MAC/Navigator/panels/objects/nav_usr/CS1/DigBoard_ctrl_details.pnl index b914efde0d5..b23b7dc2df8 100644 --- a/MAC/Navigator/panels/objects/nav_usr/CS1/DigBoard_ctrl_details.pnl +++ b/MAC/Navigator/panels/objects/nav_usr/CS1/DigBoard_ctrl_details.pnl @@ -1,7 +1,7 @@ V 10 1 LANG:1 8 (NoName) -PANEL,422 105 950 124 N "_3DFace" 1 +PANEL,450 141 950 124 N "_3DFace" 1 "$datapoint" "main() { @@ -18,7 +18,7 @@ PANEL,422 105 950 124 N "_3DFace" 1 showSelfState(baseDP); // check if the requiered datapoint for this view are enabled and accessible - if (dpAccessable($datapoint+\".currentAction\")) { + if (dpAccessable(baseDP+\".currentAction\")) { dpConnect(\"updateInfo\",baseDP + \".currentAction\", baseDP + \".error\", baseDP + \".connected\", -- GitLab