remove no more exist isTop argument
[enigma2.git] / lib / python / Tools / NumericalTextInput.py
index 2cbc0f4fc41c3a21ff3048f61f550bb9b4e4c1de..696b8e209b9c910d6f3eed22e025044555aae6e0 100644 (file)
@@ -56,7 +56,7 @@ class NumericalTextInput:
 
                if handleTimeout:
                        self.timer = eTimer()
-                       self.timer.timeout.get().append(self.timeout)
+                       self.timer.callback.append(self.timeout)
                else:
                        self.timer = None
                self.lastKey = -1