some service scan improovements
[enigma2.git] / lib / python / Screens / Ci.py
index 10423ada7ad9af83f658c03b83aebd760d43b597..5028301e9275c37ad57b2dadf9ce931aa7cdeaa5 100644 (file)
@@ -29,7 +29,7 @@ class MMIDialog(Screen):
                self.slotid = slotid
 
                self.timer = eTimer()
-               self.timer.timeout.get().append(self.keyCancel)
+               self.timer.callback.append(self.keyCancel)
 
                #else the skins fails
                self["title"] = Label("")