fix non working diseqc
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 1 Nov 2006 15:12:22 +0000 (15:12 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 1 Nov 2006 15:12:22 +0000 (15:12 +0000)
lib/python/Plugins/SystemPlugins/PositionerSetup/plugin.py

index 880c172c4f84caf2c7409999665234a39c28ed00..4d9e611d857dd7dc25a1382410a0fd0066fffa25 100644 (file)
@@ -60,7 +60,7 @@ class PositionerSetup(Screen):
                                                self.frontend = None # in normal case this should not happen
                                                self.getFrontend = None
                
                                                self.frontend = None # in normal case this should not happen
                                                self.getFrontend = None
                
-               self.diseqc = Diseqc(self.feid)
+               self.diseqc = Diseqc(self.frontend)
                self.tuner = Tuner(self.frontend)
                self.tuner.tune((0,0,0,0,0,0))
                
                self.tuner = Tuner(self.frontend)
                self.tuner.tune((0,0,0,0,0,0))