From 68b9abe0ee621954569f4c6920c1972f9c0ade3f Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Sat, 12 Nov 2005 18:32:42 +0000 Subject: [PATCH] adding timers works now --- lib/python/Screens/TimerEdit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Screens/TimerEdit.py b/lib/python/Screens/TimerEdit.py index ec8b11cb..86bd4e03 100644 --- a/lib/python/Screens/TimerEdit.py +++ b/lib/python/Screens/TimerEdit.py @@ -87,6 +87,6 @@ class TimerEditList(Screen): def finishedAdd(self, answer): if (answer[0]): - print "Added timer" + self.session.nav.RecordTimer.record(answer[1]) else: print "Timeredit aborted" \ No newline at end of file -- 2.30.2