From: ghost Date: Thu, 21 Jan 2010 10:33:45 +0000 (+0100) Subject: show Multi EPG in epg selection list X-Git-Tag: 3.0.0~34 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/e4377b927b5fbbc01ff6f9e62b9ca5f7343d033f show Multi EPG in epg selection list --- diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index a6b22e5c..6fa89112 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -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()