show Multi EPG in epg selection list
[enigma2.git] / lib / python / Screens / InfoBarGenerics.py
index a6b22e5c27088e6a2138eb6e33f359e7a46d4087..6fa891122c9beb5621ed6a035b8d598875dfb0c7 100644 (file)
@@ -598,6 +598,7 @@ class InfoBarEPG:
 
                if list:
                        list.append((_("show single service EPG..."), self.openSingleServiceEPG))
+                       list.append((_("Multi EPG"), self.openMultiServiceEPG))
                        self.session.openWithCallback(self.EventInfoPluginChosen, ChoiceBox, title=_("Please choose an extension..."), list = list, skin_name = "EPGExtensionsList")
                else:
                        self.openSingleServiceEPG()