From: Stefan Pluecken Date: Tue, 8 Aug 2006 00:23:33 +0000 (+0000) Subject: additional changes for the last commit X-Git-Tag: 2.6.0~3082 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/46cad3c79251d0f6f13ff5bd927e94bfdc01e665?hp=f7473842135096d46bd9d3adfb85bf2c23c8b128;ds=sidebyside additional changes for the last commit --- diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py index 0a297fbf..ab82db6a 100644 --- a/lib/python/Screens/InfoBar.py +++ b/lib/python/Screens/InfoBar.py @@ -19,7 +19,7 @@ from Screens.InfoBarGenerics import InfoBarShowHide, \ InfoBarSubserviceSelection, InfoBarTuner, InfoBarShowMovies, InfoBarTimeshift, \ InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, InfoBarSimpleEventView, \ InfoBarSummarySupport, InfoBarTimeshiftState, InfoBarTeletextPlugin, InfoBarExtensions, \ - InfoBarSubtitleSupport + InfoBarSubtitleSupport, InfoBarPiP, InfoBarSubtitles from Screens.HelpMenu import HelpableScreen, HelpMenu @@ -32,7 +32,8 @@ class InfoBar(InfoBarShowHide, InfoBarEvent, InfoBarServiceName, InfoBarInstantRecord, InfoBarAudioSelection, HelpableScreen, InfoBarAdditionalInfo, InfoBarNotifications, InfoBarDish, InfoBarSubserviceSelection, InfoBarTuner, InfoBarTimeshift, InfoBarSeek, - InfoBarSummarySupport, InfoBarTimeshiftState, InfoBarTeletextPlugin, InfoBarExtensions, + InfoBarSummarySupport, InfoBarTimeshiftState, InfoBarTeletextPlugin, InfoBarExtensions, + InfoBarPiP, InfoBarSubtitles, InfoBarSubtitleSupport, Screen): ALLOW_SUSPEND = True @@ -55,7 +56,7 @@ class InfoBar(InfoBarShowHide, InfoBarEvent, InfoBarServiceName, InfoBarInstantRecord, InfoBarAudioSelection, \ InfoBarAdditionalInfo, InfoBarNotifications, InfoBarDish, InfoBarSubserviceSelection, \ InfoBarTuner, InfoBarTimeshift, InfoBarSeek, InfoBarSummarySupport, InfoBarTimeshiftState, \ - InfoBarTeletextPlugin, InfoBarExtensions, InfoBarSubtitleSupport: + InfoBarTeletextPlugin, InfoBarExtensions, InfoBarPiP, InfoBarSubtitles, InfoBarSubtitleSupport: x.__init__(self) self.helpList.append((self["actions"], "InfobarActions", [("showMovies", _("view recordings..."))]))