display clock png in single epg list for fitting timers (we have a problem with the...
[enigma2.git] / RecordTimer.py
index 4c3304c79eb37f22e2eb385290a899cd5d0db111..9f78ff240981c1e08ea441a8dbf2e5fc9f38e2cd 100644 (file)
@@ -328,8 +328,8 @@ class RecordTimer(timer.Timer):
                
        def isInTimer(self, eventid, begin, duration, service):
                time_match = 0
                
        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
                                if x.eit is not None and x.repeated == 0:
                                        if x.eit == eventid:
                                                return duration