From: Andreas Monzner Date: Mon, 20 Oct 2008 13:49:25 +0000 (+0000) Subject: fix non correct working timer sanity check! X-Git-Tag: 2.6.0~743 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/630c06f1073b997e7e87e90dc2c5862b48f7b3ff fix non correct working timer sanity check! --- diff --git a/lib/python/Components/TimerSanityCheck.py b/lib/python/Components/TimerSanityCheck.py index d3857039..43885522 100644 --- a/lib/python/Components/TimerSanityCheck.py +++ b/lib/python/Components/TimerSanityCheck.py @@ -25,7 +25,6 @@ class TimerSanityCheck: else: self.simultimer = [ self.newtimer ] return self.checkTimerlist() - def getSimulTimerList(self): return self.simultimer @@ -178,11 +177,13 @@ class TimerSanityCheck: ConflictTimer = timer ConflictTunerType = tunerType ConflictSlot = tunerSlot + del feinfo elif event[2] == self.eflag: for fakeRec in fakeRecList: if timer == fakeRec[0]: NavigationInstance.instance.stopRecordService(fakeRec[1]) fakeRecList.remove(fakeRec) + del fakeRec if overlaplist.count(timer): overlaplist.remove(timer) else: