diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-01 08:41:25 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-01 08:41:25 +0000 |
| commit | c942b1c829bf49d77dcdb2bfda776e6288c99828 (patch) | |
| tree | 2ba7c5b0d12db187ab555776583141e00c7f232d /lib/python/Components | |
| parent | 7663898c2a6f536b59965f8c1978f7d268bdfc13 (diff) | |
| download | enigma2-c942b1c829bf49d77dcdb2bfda776e6288c99828.tar.gz enigma2-c942b1c829bf49d77dcdb2bfda776e6288c99828.zip | |
add blinking dish-picture if positioner is moving (we need a function which returns true when the positioner is moving for it to
work)
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/BlinkingPixmap.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
