diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-22 17:37:10 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-07-22 17:37:10 +0000 |
| commit | e69fde464582ffb74d03510f7ba45542af17d730 (patch) | |
| tree | 1cc8ede757795f12edc5e1c0e16a6dce09e08e93 /lib/python/Screens/InfoBarGenerics.py | |
| parent | 59e77ff12a3733a6d9c18fbefa4fd20af657d134 (diff) | |
| download | enigma2-e69fde464582ffb74d03510f7ba45542af17d730.tar.gz enigma2-e69fde464582ffb74d03510f7ba45542af17d730.zip | |
show single service epg on long info keypress
Diffstat (limited to 'lib/python/Screens/InfoBarGenerics.py')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 8aeb7677..ca697ae8 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -405,6 +405,7 @@ class InfoBarEPG: self["EPGActions"] = HelpableActionMap(self, "InfobarEPGActions", { "showEventInfo": (self.openEventView, _("show EPG...")), + "showSingleServiceEPG": (self.openSingleServiceEPG, _("show single service EPG...")), "showInfobarOrEpgWhenInfobarAlreadyVisible": self.showEventInfoWhenNotVisible, }) |
