aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/SetupDevices.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-10-08 20:34:50 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-10-08 20:34:50 +0000
commit14153064be8761761d7b511dbfa4c4c6a706ad4d (patch)
tree56f9d589b5f4dfe8b71cab60fed8e87540eaf1ee /lib/python/Components/SetupDevices.py
parentc0f63db1291342f40f066e169b97080f1453445e (diff)
downloadenigma2-14153064be8761761d7b511dbfa4c4c6a706ad4d.tar.gz
enigma2-14153064be8761761d7b511dbfa4c4c6a706ad4d.zip
fix timezone
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())