aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorRonny Strutz <ronny.strutz@multimedia-labs.de>2005-09-01 22:40:07 +0000
committerRonny Strutz <ronny.strutz@multimedia-labs.de>2005-09-01 22:40:07 +0000
commit4174de9ace303b9c4b83aac9d8ab71bff5257d0b (patch)
treece01ce6da7976fd4e4564fc125d200c8b51c2460 /lib/python
parentb8765d9735765d443ed0083e410e36b9823a270a (diff)
downloadenigma2-4174de9ace303b9c4b83aac9d8ab71bff5257d0b.tar.gz
enigma2-4174de9ace303b9c4b83aac9d8ab71bff5257d0b.zip
fixed configPath
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/SetupDevices.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/SetupDevices.py b/lib/python/Components/SetupDevices.py
index 39e737cc..10e1a1c4 100644
--- a/lib/python/Components/SetupDevices.py
+++ b/lib/python/Components/SetupDevices.py
@@ -21,7 +21,7 @@ class LCD:
def InitSetupDevices():
config.timezone = ConfigSubsection();
- config.timezone.val = configElement("", configBoolean, 1, ("GMT", "GMT+1", "GMT+2", "GMT+3", "GMT+4", "GMT+5", "GMT+6", "GMT+7", "GMT+8", "GMT+9") );
+ config.timezone.val = configElement("config.timezone.val", configBoolean, 1, ("GMT", "GMT+1", "GMT+2", "GMT+3", "GMT+4", "GMT+5", "GMT+6", "GMT+7", "GMT+8", "GMT+9") );
config.rc = ConfigSubsection();
config.rc.map = configElement("config.rc.map", configBoolean, 0, ("Default", "Classic") );