aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/EpgSelection.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens/EpgSelection.py')
-rw-r--r--lib/python/Screens/EpgSelection.py2
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()