diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-01-29 20:24:52 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-01-29 20:24:52 +0000 |
| commit | 81aa63ccad4fbbb82e256295cec014189ff3e623 (patch) | |
| tree | 77b2f7b9214186ee393960cdc2240b2c5b0d2460 /timer.py | |
| parent | 5d4636e324a4fa38c1288e309dc4c72807ec01ab (diff) | |
| download | enigma2-81aa63ccad4fbbb82e256295cec014189ff3e623.tar.gz enigma2-81aa63ccad4fbbb82e256295cec014189ff3e623.zip | |
fix timer skip
Diffstat (limited to 'timer.py')
| -rw-r--r-- | timer.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |
