start scan on execBegin to fix missing self.scan when window was non-execing
[enigma2.git] / lib / python / Components / SetupDevices.py
index bdbdcf032e890bd824b35db6f2d5a65487c6a195..546d04a748dc0c3e8bbbf2afa8d2ee9d3718d6da 100644 (file)
@@ -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())