git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove debug messages
[enigma2.git]
/
lib
/
python
/
Components
/
Clock.py
diff --git
a/lib/python/Components/Clock.py
b/lib/python/Components/Clock.py
index ddd6ffb1dcab30dc4ec58506cc27f08b9779fb83..338101ef5994b333177360e312ee979f30b7dcfb 100644
(file)
--- a/
lib/python/Components/Clock.py
+++ b/
lib/python/Components/Clock.py
@@
-14,7
+14,7
@@
class Clock(VariableText, HTMLComponent, GUIComponent):
self.doClock()
self.clockTimer = eTimer()
- self.clockTimer.
timeout.get()
.append(self.doClock)
+ self.clockTimer.
callback
.append(self.doClock)
def onShow(self):
self.doClock()