From 24ec7ceb4ddd2749c60716f35f3f01ba0e2fcc13 Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 21 Dec 2008 11:11:47 +0100 Subject: [PATCH] fix death screen in some conditions del fakeRec doesnt work, when the fakeRecList was empty thx to adenin --- lib/python/Components/TimerSanityCheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Components/TimerSanityCheck.py b/lib/python/Components/TimerSanityCheck.py index 031c9cae..10dc31bd 100644 --- a/lib/python/Components/TimerSanityCheck.py +++ b/lib/python/Components/TimerSanityCheck.py @@ -200,7 +200,7 @@ class TimerSanityCheck: if timer == fakeRec[0] and fakeRec[1]: NavigationInstance.instance.stopRecordService(fakeRec[1]) fakeRecList.remove(fakeRec) - del fakeRec + fakeRec = None for entry in overlaplist: if entry[1] == timer: overlaplist.remove(entry) -- 2.30.2