diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-01-15 12:11:14 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-01-15 12:11:14 +0000 |
| commit | 97a9b81eac4b871c65ff24097565194e0b024ee3 (patch) | |
| tree | 590a254ae2c5a865b6cc17efa268fce9bc1c16f1 /lib/python/Screens/EpgSelection.py | |
| parent | 8a6e44c53a3fb23ca87645fdfad73652a202b905 (diff) | |
| download | enigma2-97a9b81eac4b871c65ff24097565194e0b024ee3.tar.gz enigma2-97a9b81eac4b871c65ff24097565194e0b024ee3.zip | |
follow timer changes
Diffstat (limited to 'lib/python/Screens/EpgSelection.py')
| -rw-r--r-- | lib/python/Screens/EpgSelection.py | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
