aboutsummaryrefslogtreecommitdiff
path: root/timer.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-17 02:07:44 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-17 02:07:44 +0000
commit7abf1d06a7a051f55708af14aef49ad7fea093ac (patch)
tree8f4fb23531a2e67e58d4b437431bfe7766acee41 /timer.py
parentcfa2e05881f9a27dafab260af6369f9d5dff5590 (diff)
downloadenigma2-7abf1d06a7a051f55708af14aef49ad7fea093ac.tar.gz
enigma2-7abf1d06a7a051f55708af14aef49ad7fea093ac.zip
some TimerEntry-fixes
saving and loading the timer-repeated flag to the timers.xml-file
Diffstat (limited to 'timer.py')
-rw-r--r--timer.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/timer.py b/timer.py
index 53ce8c42..6c174c86 100644
--- a/timer.py
+++ b/timer.py
@@ -18,6 +18,9 @@ class TimerEntry:
self.prepare_time = 10
self.end = end
self.state = 0
+ self.resetRepeated()
+
+ def resetRepeated(self):
self.repeated = int(0)
def setRepeated(self, day):