Don't set fastblank to high if the currently selected port (vs. the to-be-selected...
[enigma2.git] / lib / python / Plugins / SystemPlugins / PositionerSetup / plugin.py
index e394db4bd2c5294147e6934f3561c55179c36350..1f222046a46cc7fc0819c326248ecc06d87b22b4 100644 (file)
@@ -123,7 +123,7 @@ class PositionerSetup(Screen):
                self.updateColors("tune")
                
                self.statusTimer = eTimer()
-               self.statusTimer.timeout.get().append(self.updateStatus)
+               self.statusTimer.callback.append(self.updateStatus)
                self.statusTimer.start(50, False)
 
        def restartPrevService(self, yesno):