add blinking dish-picture if positioner is moving (we need a function which returns...
[enigma2.git] / lib / python / Components / BlinkingPixmap.py
index 45b8a06b483d94e4e808b194c3b4b59ea2d9bb6b..b19bdc5d92a41d8c119fb4e6987091e93e5ee89a 100644 (file)
@@ -8,7 +8,7 @@ class BlinkingPixmap(Pixmap):
        def __init__(self):
                Pixmap.__init__(self)
                
-               self.blinking = False
+               self.blinking = True
                
                self.setBlinkTime(500)