show single service epg on long info keypress
[enigma2.git] / lib / python / Screens / InfoBarGenerics.py
index 8aeb767718b9cde2e81e084b845a89d9d62bc69c..ca697ae81bbd58e2c55364264f7c72ab376b4d00 100644 (file)
@@ -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,
                        })