From 57e05465c68a8154f0bace3dfe36db98bb85c3be Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Fri, 3 Mar 2006 18:02:34 +0000 Subject: [PATCH] fix LCD in MoviePlayer --- lib/python/Screens/InfoBar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.30.2