diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-10 16:02:03 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-10 16:02:03 +0000 |
| commit | 5697c8db5f4c96eb1658e708911bf904eae7c268 (patch) | |
| tree | 0c9da3a4b923f86525468a555ce8ea89249912e4 /lib/python | |
| parent | 53a2c0881c4222135ac434305b5bc2e43cc14b5c (diff) | |
| download | enigma2-5697c8db5f4c96eb1658e708911bf904eae7c268.tar.gz enigma2-5697c8db5f4c96eb1658e708911bf904eae7c268.zip | |
open EPGSelection screen from infobar by pressing the red key
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/InfoBar.py | 2 |
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() |
