X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FChannelSelection.py;h=7650a4a6065c891f98c1f3f222b908232ec0d7df;hp=8fb46f5e2cc222f4d262083025d56d7201d5889c;hb=828d14b327774be99e3d411399907e5141d60814;hpb=d97eb981e3a8e907f61bbe295b7b10a4225c9c78 diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index 8fb46f5..7650a4a 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -326,8 +326,8 @@ class ChannelSelectionBase(Screen): else: service_name = _("Services") try: - service_name += ' - %s'%(nimmanager.getSatDescription(orbpos)) - service.setName(str(service_name)) # why we need this cast? + service_name += str(' - %s'%(nimmanager.getSatDescription(orbpos))) + service.setName(service_name) # why we need this cast? except: if orbpos > 1800: # west service.setName("%s (%3.1fW)"%(str, (0 - (orbpos - 3600)) / 10.0))