fix LCD in MoviePlayer
[enigma2.git] / lib / python / Screens / InfoBar.py
index d60725f235f47b118363f2e21d0771152bc3d4a3..ccd8c45054e5301fef51fb343e307ba1a843e7ca 100644 (file)
@@ -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)