diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-10-08 20:34:50 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-10-08 20:34:50 +0000 |
| commit | 14153064be8761761d7b511dbfa4c4c6a706ad4d (patch) | |
| tree | 56f9d589b5f4dfe8b71cab60fed8e87540eaf1ee /lib/python/Components/SetupDevices.py | |
| parent | c0f63db1291342f40f066e169b97080f1453445e (diff) | |
| download | enigma2-14153064be8761761d7b511dbfa4c4c6a706ad4d.tar.gz enigma2-14153064be8761761d7b511dbfa4c4c6a706ad4d.zip | |
fix timezone
Diffstat (limited to 'lib/python/Components/SetupDevices.py')
| -rw-r--r-- | lib/python/Components/SetupDevices.py | 2 |
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()) |
