Fix bug not showing canfestival node params
authorLaurent Bessard
Sat, 16 Jun 2012 09:25:21 +0200
changeset 9 516f661a4fc5
parent 6 8863b78144ee
child 10 6450214a7c80
child 11 6aca5bc9c9a1
Fix bug not showing canfestival node params
LPCManager.py
--- a/LPCManager.py	Fri Jun 15 18:04:17 2012 +0200
+++ b/LPCManager.py	Sat Jun 16 09:25:21 2012 +0200
@@ -515,7 +515,7 @@
     }
     
     class LPCSlaveEditor(SlaveEditor):
-        SHOW_PARAMS = False
+        BASE_PARAMS = False
     
     class LPCCanOpenSlave(_SlaveCTN):
         XSD = """<?xml version="1.0" encoding="ISO-8859-1" ?>
@@ -561,7 +561,7 @@
             return str(self.BaseParams.getIEC_Channel())
     
     class LPCNetworkEditor(NetworkEditor):
-        SHOW_PARAMS = False
+        BASE_PARAMS = False
         
     class LPCCanOpenMaster(_NodeListCTN):
         XSD = """<?xml version="1.0" encoding="ISO-8859-1" ?>