set flagDirectory to root bouquet
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sun, 13 Nov 2005 19:21:46 +0000 (19:21 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sun, 13 Nov 2005 19:21:46 +0000 (19:21 +0000)
lib/python/Screens/ChannelSelection.py

index c31b794906604284a7e0f559ca408d46d149807c..61c670389fcba38c9637b0e9e82a08a647564dd4 100644 (file)
@@ -71,7 +71,7 @@ class ChannelSelection(Screen):
                                if action[:7] == "bouquet":
                                        l = self.csel["list"]
                                        l.setMode(l.MODE_NORMAL)
                                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)
 
                                else:
                                        ActionMap.action(self, contexts, action)