X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FWizard.py;h=c987ac61ce2abc843d91ecdb20f4ce691db577a2;hb=6f73e6abddf4170357c490966d0e1c622eb376f5;hp=1b133152f61ea38e28e81938a2ee2d53582e7cac;hpb=5bc8209d19e1d41f289cfe198e4e3a839adf894b;p=vuplus_dvbapp diff --git a/lib/python/Screens/Wizard.py b/lib/python/Screens/Wizard.py index 1b13315..c987ac6 100644 --- a/lib/python/Screens/Wizard.py +++ b/lib/python/Screens/Wizard.py @@ -162,7 +162,7 @@ class Wizard(Screen, HelpableScreen): self.currStep = 1 self.timeoutTimer = eTimer() - self.timeoutTimer.timeout.get().append(self.timeoutCounterFired) + self.timeoutTimer.callback.append(self.timeoutCounterFired) self["text"] = Label()