diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2008-12-28 12:22:15 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2008-12-28 12:22:15 +0100 |
| commit | 0abc1f0d2cb05ee24dc6928ca6ddf573c03f5fd2 (patch) | |
| tree | 4093d764f44f26c3f16316352ef0e4bbd3bfc2d2 /lib/python | |
| parent | 65d84bb0627f0e3e21fcdae27ba98cb584d7ad37 (diff) | |
| download | enigma2-0abc1f0d2cb05ee24dc6928ca6ddf573c03f5fd2.tar.gz enigma2-0abc1f0d2cb05ee24dc6928ca6ddf573c03f5fd2.zip | |
fix typo
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/EpgList.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/EpgList.py b/lib/python/Components/EpgList.py index 042abccb..01157842 100644 --- a/lib/python/Components/EpgList.py +++ b/lib/python/Components/EpgList.py @@ -187,7 +187,7 @@ class EPGList(HTMLComponent, GUIComponent): return res def buildMultiEntry(self, changecount, service, eventId, begTime, duration, EventName, nowTime, service_name): - rec=beginTime and (self.timer.isInTimer(eventId, begTime, duration, service)) + rec=begTime and (self.timer.isInTimer(eventId, begTime, duration, service)) r1=self.service_rect r2=self.progress_rect r3=self.descr_rect |
