fixed configPath
[enigma2.git] / lib / python / Components / SetupDevices.py
index 39e737cc76bb789517945462586b51b7879e461d..10e1a1c44169387997033322cfcae9034f89535f 100644 (file)
@@ -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") );