X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=timer.py;h=432c53aca0424fdc1092c6c5e8c79d1d783a9555;hp=c03eb1e78d3fae37087230733ff138cf03377f51;hb=81aa63ccad4fbbb82e256295cec014189ff3e623;hpb=5d4636e324a4fa38c1288e309dc4c72807ec01ab diff --git a/timer.py b/timer.py index c03eb1e..432c53a 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.