add option for DHCP and possibility to disable configElements
[enigma2.git] / lib / python / Components / config.py
index e8376385a691d5d5a16b8f5aa29599b50f3cf6ec..c7434e4dc263150bbd00ff7935570c5b2a56a771 100644 (file)
@@ -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);