From c942b1c829bf49d77dcdb2bfda776e6288c99828 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Thu, 1 Dec 2005 08:41:25 +0000 Subject: add blinking dish-picture if positioner is moving (we need a function which returns true when the positioner is moving for it to work) --- lib/python/Components/BlinkingPixmap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Components') diff --git a/lib/python/Components/BlinkingPixmap.py b/lib/python/Components/BlinkingPixmap.py index 45b8a06b..b19bdc5d 100644 --- a/lib/python/Components/BlinkingPixmap.py +++ b/lib/python/Components/BlinkingPixmap.py @@ -8,7 +8,7 @@ class BlinkingPixmap(Pixmap): def __init__(self): Pixmap.__init__(self) - self.blinking = False + self.blinking = True self.setBlinkTime(500) -- cgit v1.2.3