From 08fca93e7f2a37a452399d08c5c84b969b7e52af Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Thu, 23 Mar 2006 00:06:27 +0000 Subject: - switchtimer added to RecordingTimer - media player to play mp3, ogg (not yet fully working) and ts files (needs gstreamer) - language selection saves a language string instead of a changing index number --- lib/python/Components/SetupDevices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Components/SetupDevices.py') diff --git a/lib/python/Components/SetupDevices.py b/lib/python/Components/SetupDevices.py index 3398af71..9036fa63 100644 --- a/lib/python/Components/SetupDevices.py +++ b/lib/python/Components/SetupDevices.py @@ -31,7 +31,7 @@ def InitSetupDevices(): def languageNotifier(configElement): language.activateLanguage(configElement.value) - config.osd.language = configElement("config.osd.language", configSelection, 0, language.getLanguageList() ); + config.osd.language = configElement("config.osd.language", configText, "en_EN", 0); config.osd.language.addNotifier(languageNotifier) config.parental = ConfigSubsection(); -- cgit v1.2.3