add support for cyclic garbage collection to eTimer and eSocketNotifier
[enigma2.git] / lib / python / Components / ConfigList.py
index f42d6a96318aaad2699b432fd56388c255ee8486..d1b295baedff92dceff541a19474f26e0f4aca25 100644 (file)
@@ -19,7 +19,7 @@ class ConfigList(HTMLComponent, GUIComponent, object):
        def execBegin(self):
                rcinput = eRCInput.getInstance()
                rcinput.setKeyboardMode(rcinput.kmAscii)
-               self.timer.timeout.get().append(self.timeout)
+               self.timer.callback.append(self.timeout)
 
        def execEnd(self):
                rcinput = eRCInput.getInstance()