X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FPixmap.py;h=f6ecaf0ca00b9ea117ed266257a674c0ca9d038d;hp=3cc8c661e3572b066941fe1e8999b13f3cf3eca8;hb=6f73e6abddf4170357c490966d0e1c622eb376f5;hpb=84781c10a768b91a02151b202c76b52b1c5789c2 diff --git a/lib/python/Components/Pixmap.py b/lib/python/Components/Pixmap.py index 3cc8c66..f6ecaf0 100644 --- 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):