From 93e5471ad948cc4504bb128f0b5fbb0a939fbcbf Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 11 Oct 2006 12:29:11 +0000 Subject: convert radiotext to utf8 --- lib/python/Components/Sources/RadioText.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/python/Components/Sources') diff --git a/lib/python/Components/Sources/RadioText.py b/lib/python/Components/Sources/RadioText.py index 6faad317..de10ad81 100644 --- a/lib/python/Components/Sources/RadioText.py +++ b/lib/python/Components/Sources/RadioText.py @@ -16,8 +16,7 @@ class RadioText(PerServiceBase, Source, object): @cached def getText(self): service = self.navcore.getCurrentService() - info = service and service.radioText() - return info and info.getRadioText() + return service and service.radioText() radiotext = property(getText) -- cgit v1.2.3