From: Andreas Monzner Date: Tue, 29 Jan 2008 18:21:54 +0000 (+0000) Subject: fix typo X-Git-Tag: 2.6.0~1577 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/f49c7da10f5ee4bafe7c122867b1b0facc679f25?ds=sidebyside fix typo --- 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)