diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-02-14 20:59:48 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-02-14 20:59:48 +0000 |
| commit | 6f40c2fa2430b8cc96cc4bafb8cac26850a55ecc (patch) | |
| tree | 0fe98cc02e30c06c2479de2951f4973146228e29 /lib/python/Components/Converter | |
| parent | 8c2a83d6b2a60b2bd408ccdc6d5afd6da506912f (diff) | |
| download | enigma2-6f40c2fa2430b8cc96cc4bafb8cac26850a55ecc.tar.gz enigma2-6f40c2fa2430b8cc96cc4bafb8cac26850a55ecc.zip | |
fix typo
Diffstat (limited to 'lib/python/Components/Converter')
| -rw-r--r-- | lib/python/Components/Converter/ConditionalShowHide.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Converter/ConditionalShowHide.py b/lib/python/Components/Converter/ConditionalShowHide.py index de3df8fa..251e4b90 100644 --- a/lib/python/Components/Converter/ConditionalShowHide.py +++ b/lib/python/Components/Converter/ConditionalShowHide.py @@ -11,7 +11,7 @@ class ConditionalShowHide(Converter, object): self.blinktime = 500 self.timer = eTimer() self.timer.callback.append(self.blinkFunc) - else + else: self.timer = None def blinkFunc(self): |
