aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-12 18:32:42 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-12 18:32:42 +0000
commit68b9abe0ee621954569f4c6920c1972f9c0ade3f (patch)
tree83ded4900c67b3ba730bba6f3dfad2c6c1818e03 /lib/python
parent750a3260aec3c46910f8d5e3637138ae31265804 (diff)
downloadenigma2-68b9abe0ee621954569f4c6920c1972f9c0ade3f.tar.gz
enigma2-68b9abe0ee621954569f4c6920c1972f9c0ade3f.zip
adding timers works now
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/TimerEdit.py2
1 files changed, 1 insertions, 1 deletions
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