From: Felix Domke Date: Fri, 3 Mar 2006 18:02:34 +0000 (+0000) Subject: fix LCD in MoviePlayer X-Git-Tag: 2.6.0~3903 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/57e05465c68a8154f0bace3dfe36db98bb85c3be?ds=sidebyside fix LCD in MoviePlayer --- diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py index d60725f2..ccd8c450 100644 --- a/lib/python/Screens/InfoBar.py +++ b/lib/python/Screens/InfoBar.py @@ -65,11 +65,11 @@ class InfoBar(InfoBarShowHide, InfoBarPowerKey, if service is not None: self.session.open(MoviePlayer, service) -class MoviePlayer(Screen, InfoBarShowHide, InfoBarPowerKey, \ +class MoviePlayer(InfoBarShowHide, InfoBarPowerKey, \ InfoBarMenu, \ InfoBarServiceName, InfoBarSeek, InfoBarShowMovies, InfoBarAudioSelection, HelpableScreen, InfoBarNotifications, InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, InfoBarSimpleEventView, - InfoBarSummarySupport): + InfoBarSummarySupport, Screen): def __init__(self, session, service): Screen.__init__(self, session)