From 4174de9ace303b9c4b83aac9d8ab71bff5257d0b Mon Sep 17 00:00:00 2001 From: Ronny Strutz Date: Thu, 1 Sep 2005 22:40:07 +0000 Subject: [PATCH] fixed configPath --- lib/python/Components/SetupDevices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") ); -- 2.30.2