fix typo
[enigma2.git] / lib / python / Screens / InfoBarGenerics.py
index e222b4e13257a22308d7af0957ab5ac8c8c565e6..28e619fd75de525b5b66ae57abd575fcf3a1192a 100644 (file)
@@ -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)