diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/EpgSelection.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
