fix LCD in MoviePlayer
authorFelix Domke <tmbinc@elitedvb.net>
Fri, 3 Mar 2006 18:02:34 +0000 (18:02 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Fri, 3 Mar 2006 18:02:34 +0000 (18:02 +0000)
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)
 
                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,
                InfoBarMenu, \
                InfoBarServiceName, InfoBarSeek, InfoBarShowMovies, InfoBarAudioSelection, HelpableScreen, InfoBarNotifications,
                InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, InfoBarSimpleEventView,
-               InfoBarSummarySupport):
+               InfoBarSummarySupport, Screen):
                
        def __init__(self, session, service):
                Screen.__init__(self, session)
                
        def __init__(self, session, service):
                Screen.__init__(self, session)