aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-11-13 19:21:46 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2005-11-13 19:21:46 +0000
commit87302971a94e16cb84dbcce070102f1c2eacd6ae (patch)
tree5787bb4719d76a4d407fd72d5e18f6c1bb10ebf8 /lib/python
parent158e6cd69d33bb56e4ae498f7799bd67ba7148d7 (diff)
downloadenigma2-87302971a94e16cb84dbcce070102f1c2eacd6ae.tar.gz
enigma2-87302971a94e16cb84dbcce070102f1c2eacd6ae.zip
set flagDirectory to root bouquet
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 c31b7949..61c67038 100644
--- a/lib/python/Screens/ChannelSelection.py
+++ b/lib/python/Screens/ChannelSelection.py
@@ -71,7 +71,7 @@ class ChannelSelection(Screen):
if action[:7] == "bouquet":
l = self.csel["list"]
l.setMode(l.MODE_NORMAL)
- l.setRoot(eServiceReference("1:0:1:0:0:0:0:0:0:0:" + action[8:]))
+ l.setRoot(eServiceReference("1:7:1:0:0:0:0:0:0:0:" + action[8:]))
else:
ActionMap.action(self, contexts, action)