From 03020757d9906f2b4fb42f61e9b96906185bab52 Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 17 Oct 2009 14:09:47 +0200 Subject: cleanup grayout handling in servicelist.. so no more grayout in timeout channelselection and other channelselections based on simple channelselection --- .../Plugins/SystemPlugins/CommonInterfaceAssignment/plugin.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/python/Plugins') diff --git a/lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/plugin.py b/lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/plugin.py index 48669c73..2c0edf53 100755 --- a/lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/plugin.py +++ b/lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/plugin.py @@ -510,12 +510,6 @@ class myChannelSelection(ChannelSelectionBase): def __init__(self, session, title): ChannelSelectionBase.__init__(self, session) self.onShown.append(self.__onExecCallback) - service = self.session.nav.getCurrentService() - if service: - info = service.info() - if info: - refstr = info.getInfoString(iServiceInformation.sServiceref) - self.servicelist.setPlayableIgnoreService(eServiceReference(refstr)) self["actions"] = ActionMap(["OkCancelActions", "TvRadioActions", "ChannelSelectBaseActions"], { -- cgit v1.2.3