aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-01-29 18:21:54 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-01-29 18:21:54 +0000
commitf49c7da10f5ee4bafe7c122867b1b0facc679f25 (patch)
tree72231da4445c27f9c5cd61eb3b64946cd0378df2 /lib/python
parent852dae92f51b15e19e1fb4cf61cbec743df1b16f (diff)
downloadenigma2-f49c7da10f5ee4bafe7c122867b1b0facc679f25.tar.gz
enigma2-f49c7da10f5ee4bafe7c122867b1b0facc679f25.zip
fix typo
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py
index e222b4e1..28e619fd 100644
--- a/lib/python/Screens/InfoBarGenerics.py
+++ b/lib/python/Screens/InfoBarGenerics.py
@@ -1401,7 +1401,7 @@ class InfoBarInstantRecord:
if len(self.recording) == 1:
self.setEndtime(0)
else:
- self.session.openWithCallback(self.setEndTime, TimerSelection, list)
+ self.session.openWithCallback(self.setEndtime, TimerSelection, list)
elif answer[1] == "stop":
if len(self.recording) == 1:
self.stopCurrentRecording(0)