diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-01-21 11:33:45 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-01-21 11:33:45 +0100 |
| commit | 6551b5fbbed0acb407e3eba5c9c510ca74e352f7 (patch) | |
| tree | 8a148f1a6492450997b735c12e965052c5e04ac2 /lib/python/Screens/InfoBarGenerics.py | |
| parent | 0f01de80dad98af94f07fe4d912791831eacff6a (diff) | |
| download | enigma2-6551b5fbbed0acb407e3eba5c9c510ca74e352f7.tar.gz enigma2-6551b5fbbed0acb407e3eba5c9c510ca74e352f7.zip | |
show Multi EPG in epg selection list
Diffstat (limited to 'lib/python/Screens/InfoBarGenerics.py')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 1 |
1 files changed, 1 insertions, 0 deletions
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() |
