aboutsummaryrefslogtreecommitdiff
path: root/RecordTimer.py
diff options
context:
space:
mode:
Diffstat (limited to 'RecordTimer.py')
-rw-r--r--RecordTimer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/RecordTimer.py b/RecordTimer.py
index 1a64c5ef..d893382a 100644
--- a/RecordTimer.py
+++ b/RecordTimer.py
@@ -155,6 +155,8 @@ class RecordTimer(timer.Timer):
def removeEntry(self, entry):
print "[Timer] Remove " + str(entry)
+
+ entry.repeated = False
if entry.state == timer.TimerEntry.StateRunning:
print "remove running timer."