From dfbd5853de864053e8ac10d1269e8137f3cb5a34 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Wed, 1 Mar 2006 02:37:17 +0000 Subject: display clock png in single epg list for fitting timers (we have a problem with the event id matching for manual timers) --- RecordTimer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'RecordTimer.py') diff --git a/RecordTimer.py b/RecordTimer.py index 4c3304c7..9f78ff24 100644 --- a/RecordTimer.py +++ b/RecordTimer.py @@ -328,8 +328,8 @@ class RecordTimer(timer.Timer): def isInTimer(self, eventid, begin, duration, service): time_match = 0 - for x in self.timer: - if x.service_ref == service: + for x in self.timer_list: + if str(x.service_ref) == str(service): if x.eit is not None and x.repeated == 0: if x.eit == eventid: return duration -- cgit v1.2.3