aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/config.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-09-02 22:39:40 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-09-02 22:39:40 +0000
commit11b18fabe50ba2cea39503eccaf0c4fdbc741f4d (patch)
treea773078329bcf69c6e4c566ee3e81a01cd7b49a8 /lib/python/Components/config.py
parent8b0a581bf9ec96b6b698fa2d236d2aadc417f9da (diff)
downloadenigma2-11b18fabe50ba2cea39503eccaf0c4fdbc741f4d.tar.gz
enigma2-11b18fabe50ba2cea39503eccaf0c4fdbc741f4d.zip
add option for DHCP and possibility to disable configElements
Diffstat (limited to 'lib/python/Components/config.py')
-rw-r--r--lib/python/Components/config.py1
1 files changed, 1 insertions, 0 deletions
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);