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~28^2~66^2~92 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/6551b5fbbed0acb407e3eba5c9c510ca74e352f7 show Multi EPG in epg selection list --- diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 7ae0b123..f2aff6c6 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()