git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
allow language references through indexes
[enigma2.git]
/
lib
/
python
/
Components
/
Pixmap.py
diff --git
a/lib/python/Components/Pixmap.py
b/lib/python/Components/Pixmap.py
index 3cc8c661e3572b066941fe1e8999b13f3cf3eca8..f6ecaf0ca00b9ea117ed266257a674c0ca9d038d 100644
(file)
--- a/
lib/python/Components/Pixmap.py
+++ b/
lib/python/Components/Pixmap.py
@@
-24,7
+24,7
@@
class MovingPixmap(Pixmap):
self.clearPath()
self.moveTimer = eTimer()
- self.moveTimer.
timeout.get()
.append(self.doMove)
+ self.moveTimer.
callback
.append(self.doMove)
def clearPath(self, repeated = False):
if (self.moving):