aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/InfoBar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py
index 45b36d31..516d44c5 100644
--- a/lib/python/Screens/InfoBar.py
+++ b/lib/python/Screens/InfoBar.py
@@ -217,7 +217,7 @@ class InfoBar(Screen):
def showEPGList(self):
# TODO hier irgendwie EPGSelection benutzen und setRoot benutzen um nen service zu uebergeben
# self.session.nav.getCurrentlyPlayingServiceReference() sollte das wohl sein
- print "hier soll mal ne EPGList aufgehen"
+ self.session.open(EPGSelection)
def quit(self):
configfile.save()