From: Stefan Pluecken Date: Thu, 10 Nov 2005 16:02:03 +0000 (+0000) Subject: open EPGSelection screen from infobar by pressing the red key X-Git-Tag: 2.6.0~5353 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/5697c8db5f4c96eb1658e708911bf904eae7c268 open EPGSelection screen from infobar by pressing the red key --- diff --git a/data/keymap.xml b/data/keymap.xml index 5c500cf0..71f4ef95 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -51,9 +51,11 @@ - + + - + + 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()