From 185319be599e9f42cd695da14c01499fc79f68d5 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 5 May 2006 18:37:06 +0000 Subject: add function to remove single service, add function to remove transponder(s) and service(s) for specified onid/tsid/dvbnamespace/orbpos mark new found services in scan with dxNewFound flag add functions to change dxflags of a single service add function to change dxflags for specified onid/tsid/dvbnamespace/orbpos --- lib/python/Screens/ChannelSelection.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/python/Screens/ChannelSelection.py') diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index 958b2fd4..02963dce 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -670,6 +670,8 @@ class ChannelSelectionBase(Screen): orbpos = service.getUnsignedData(4) >> 16 if service.getPath().find("FROM PROVIDER") != -1: service_name = _("Providers") + elif service.getPath().find("flags ==") != -1: + service_name = _("New") else: service_name = _("Services") try: -- cgit v1.2.3