From 97a9b81eac4b871c65ff24097565194e0b024ee3 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sun, 15 Jan 2006 12:11:14 +0000 Subject: follow timer changes --- lib/python/Screens/EpgSelection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Screens/EpgSelection.py') diff --git a/lib/python/Screens/EpgSelection.py b/lib/python/Screens/EpgSelection.py index ec461e2f..d6fee567 100644 --- a/lib/python/Screens/EpgSelection.py +++ b/lib/python/Screens/EpgSelection.py @@ -121,7 +121,7 @@ class EPGSelection(Screen): self.session.openWithCallback(self.timerEditFinished, TimerEntry, newEntry) def timerEditFinished(self, answer): - if (answer[0]): + if answer[0]: self.session.nav.RecordTimer.record(answer[1]) else: print "Timeredit aborted" -- cgit v1.2.3