aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/SetupDevices.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components/SetupDevices.py')
-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 bdbdcf03..546d04a7 100644
--- a/lib/python/Components/SetupDevices.py
+++ b/lib/python/Components/SetupDevices.py
@@ -5,7 +5,7 @@ from Components.Language import language
def InitSetupDevices():
def timezoneNotifier(configElement):
- timezones.activateTimezone(configElement.value)
+ timezones.activateTimezone(configElement.index)
config.timezone = ConfigSubsection();
config.timezone.val = ConfigSelection(default = timezones.getDefaultTimezone(), choices = timezones.getTimezoneList())