X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FSetupDevices.py;h=546d04a748dc0c3e8bbbf2afa8d2ee9d3718d6da;hp=bdbdcf032e890bd824b35db6f2d5a65487c6a195;hb=a27631694342ad6f77090743b5affddef5e155e0;hpb=6eeefece35e4269e02fdb7abab4f79d8e7b8f98b diff --git a/lib/python/Components/SetupDevices.py b/lib/python/Components/SetupDevices.py index bdbdcf0..546d04a 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())