From: ghost Date: Sun, 28 Dec 2008 11:22:15 +0000 (+0100) Subject: fix typo X-Git-Tag: 2.6.0~520 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/0abc1f0d2cb05ee24dc6928ca6ddf573c03f5fd2?hp=65d84bb0627f0e3e21fcdae27ba98cb584d7ad37 fix typo --- 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