From db6792403096e406e1ce657a1ef5eefbb7d0842c Mon Sep 17 00:00:00 2001
From: Arthur Coolen <coolen@astron.nl>
Date: Mon, 19 Feb 2007 12:37:29 +0000
Subject: [PATCH] BugID: 998

commented out extra's that aren't finished yet
---
 .../scripts/libs/nav_fw/gcfnav-configuration-functions.ctl    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAC/Navigator/scripts/libs/nav_fw/gcfnav-configuration-functions.ctl b/MAC/Navigator/scripts/libs/nav_fw/gcfnav-configuration-functions.ctl
index 75ed2340987..90ffbd4078d 100644
--- a/MAC/Navigator/scripts/libs/nav_fw/gcfnav-configuration-functions.ctl
+++ b/MAC/Navigator/scripts/libs/nav_fw/gcfnav-configuration-functions.ctl
@@ -1374,11 +1374,11 @@ void navConfigPSIndicationTriggered(string identifier, dyn_dyn_anytype result) {
 //  DebugTN("Node found from datapoint : ", nodeID);
 
   //Check if action is enable and if point is allready in tree or not
-  if (nodeID > 0  && action = d) {
+  if (nodeID > 0  && action == "d" ) {
 
 
   // check if action = delete and if point is still available in the tree.
-  } else if (nodeID <= 0  && action = e){
+  } else if (nodeID <= 0  && action == "e"){
 
 
   } else {
-- 
GitLab