diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-10-17 14:09:47 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-10-17 14:09:47 +0200 |
| commit | 03020757d9906f2b4fb42f61e9b96906185bab52 (patch) | |
| tree | 7baf5741f23ff34aae3b63614b2f9e6f5bc8bc21 /lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment | |
| parent | 983a31577ff10bc1d7ce34a5d49fe4f10aae1fcf (diff) | |
| download | enigma2-03020757d9906f2b4fb42f61e9b96906185bab52.tar.gz enigma2-03020757d9906f2b4fb42f61e9b96906185bab52.zip | |
cleanup grayout handling in servicelist.. so no more grayout in timeout channelselection and other channelselections based on simple channelselection
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/plugin.py | 6 |
1 files changed, 0 insertions, 6 deletions
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"], { |
