X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/4ac58077ff42ee1befee313fe2e185694d8b01b4..cbaa4012ef5481091ac9b206e29e4c396859abe2:/lib/python/Screens/EpgSelection.py diff --git a/lib/python/Screens/EpgSelection.py b/lib/python/Screens/EpgSelection.py index 4391409a..915cc60e 100644 --- a/lib/python/Screens/EpgSelection.py +++ b/lib/python/Screens/EpgSelection.py @@ -26,7 +26,7 @@ class EPGSelection(Screen): "ok": self.eventSelected, }) self["actions"].csel = self - setRoot(root) + self.setRoot(root) def eventSelected(self): ref = self["list"].getCurrent()