aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-04-26 22:53:35 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-04-26 22:53:35 +0000
commit3a43fa4a9658571bea2f695def71dc0b0c8acb69 (patch)
treefef767454c7e2f2f91ec88c92e37c81f1a091e4e /lib/python
parentf509eadbf08d0b7e0d5f369e4ed21a20830ab001 (diff)
downloadenigma2-3a43fa4a9658571bea2f695def71dc0b0c8acb69.tar.gz
enigma2-3a43fa4a9658571bea2f695def71dc0b0c8acb69.zip
show kiosque channels in tv lists
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/ChannelSelection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py
index 2bc6259a..a38182ed 100644
--- a/lib/python/Screens/ChannelSelection.py
+++ b/lib/python/Screens/ChannelSelection.py
@@ -433,7 +433,7 @@ class ChannelSelectionBase(Screen):
Screen.__init__(self, session)
# this makes it much simple to implement a selectable radio or tv mode :)
- self.service_types_tv = '1:7:1:0:0:0:0:0:0:0:(type == 1) || (type == 17)'
+ self.service_types_tv = '1:7:1:0:0:0:0:0:0:0:(type == 1) || (type == 17) || (type == 195)'
self.service_types_radio = '1:7:2:0:0:0:0:0:0:0:(type == 2)'
self["key_red"] = Button(_("All"))