aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-02-14 20:59:48 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-02-14 20:59:48 +0000
commit6f40c2fa2430b8cc96cc4bafb8cac26850a55ecc (patch)
tree0fe98cc02e30c06c2479de2951f4973146228e29 /lib/python/Components
parent8c2a83d6b2a60b2bd408ccdc6d5afd6da506912f (diff)
downloadenigma2-6f40c2fa2430b8cc96cc4bafb8cac26850a55ecc.tar.gz
enigma2-6f40c2fa2430b8cc96cc4bafb8cac26850a55ecc.zip
fix typo
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/Converter/ConditionalShowHide.py2
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):