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 75ed2340987d7e044d30fc8692580439999ef337..90ffbd4078d06801293c653bc7b37832951d92f9 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 {