show Multi EPG in epg selection list
authorghost <andreas.monzner@multimedia-labs.de>
Thu, 21 Jan 2010 10:33:45 +0000 (11:33 +0100)
committerghost <andreas.monzner@multimedia-labs.de>
Wed, 6 Oct 2010 21:55:37 +0000 (23:55 +0200)
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()