X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d89be097be4a9ac52166c5f47cc189c5522d3441..67dbb2973f32ccf52c0e5f3e2b5848320a215062:/lib/python/Screens/Ci.py diff --git a/lib/python/Screens/Ci.py b/lib/python/Screens/Ci.py index 10423ada..5028301e 100644 --- a/lib/python/Screens/Ci.py +++ b/lib/python/Screens/Ci.py @@ -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("")