From 11b18fabe50ba2cea39503eccaf0c4fdbc741f4d Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Fri, 2 Sep 2005 22:39:40 +0000 Subject: add option for DHCP and possibility to disable configElements --- lib/python/Components/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python/Components/config.py') diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index e8376385..c7434e4d 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -233,6 +233,7 @@ class configElement: self.controlType = control self.vals = vals self.notifierList = [ ] + self.enabled = True self.loadData() def addNotifier(self, notifier): self.notifierList.append(notifier); -- cgit v1.2.3