From: Andreas Monzner Date: Mon, 9 Jul 2007 23:36:05 +0000 (+0000) Subject: remove unneeded and not working Extensions Menu from MoviePlayer .. this X-Git-Tag: 2.6.0~2128 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/440c61267f70bf189000ea56d54517b036750457?hp=6f8002cec40c9b53387ace05ea1f9a083acd0f3a remove unneeded and not working Extensions Menu from MoviePlayer .. this fixes no more working blue key for seek forward --- diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py index 37c38691..ba31a83a 100644 --- a/lib/python/Screens/InfoBar.py +++ b/lib/python/Screens/InfoBar.py @@ -121,7 +121,7 @@ class MoviePlayer(InfoBarShowHide, \ InfoBarMenu, \ InfoBarServiceName, InfoBarSeek, InfoBarShowMovies, InfoBarAudioSelection, HelpableScreen, InfoBarNotifications, InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, InfoBarSimpleEventView, - InfoBarSummarySupport, InfoBarSubtitleSupport, Screen, InfoBarExtensions, InfoBarTeletextPlugin, + InfoBarSummarySupport, InfoBarSubtitleSupport, Screen, InfoBarTeletextPlugin, InfoBarServiceErrorPopupSupport): ENABLE_RESUME_SUPPORT = True @@ -139,7 +139,7 @@ class MoviePlayer(InfoBarShowHide, \ InfoBarServiceName, InfoBarSeek, InfoBarShowMovies, \ InfoBarAudioSelection, InfoBarNotifications, InfoBarSimpleEventView, \ InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, \ - InfoBarSummarySupport, InfoBarSubtitleSupport, InfoBarExtensions, \ + InfoBarSummarySupport, InfoBarSubtitleSupport, \ InfoBarTeletextPlugin, InfoBarServiceErrorPopupSupport: x.__init__(self)