From: Felix Domke Date: Sun, 29 Jan 2006 20:24:52 +0000 (+0000) Subject: fix timer skip X-Git-Tag: 2.6.0~4227 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/81aa63ccad4fbbb82e256295cec014189ff3e623?hp=5d4636e324a4fa38c1288e309dc4c72807ec01ab fix timer skip --- diff --git a/timer.py b/timer.py index c03eb1e7..432c53ac 100644 --- a/timer.py +++ b/timer.py @@ -173,8 +173,7 @@ class Timer: # when activating a timer which has already passed, # simply abort the timer. don't run trough all the stages. if w.shouldSkip(): - w.abort() - bisect.insort(self.processed_timers, w) + w.state = TimerEntry.StateEnded else: # when active returns true, this means "accepted". # otherwise, the current state is kept.