From 51845a7b8ea8bad523b083d1564e1b907fbdc84e Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Thu, 19 Jan 2006 17:06:27 +0000 Subject: add non working multi bouquet switch --- lib/python/Screens/ChannelSelection.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python/Screens') diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index 3f853843..a5b6e034 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -560,6 +560,7 @@ class ChannelSelection(ChannelSelectionBase, ChannelSelectionEdit): self.session.nav.playService(lastservice) def onShow(self): + self.setTvMode() ref = self.session.nav.getCurrentlyPlayingServiceReference() if ref is not None and ref.valid() and ref.getPath() == "": self.servicelist.setPlayableIgnoreService(ref) -- cgit v1.2.3