also add InfoBarPlugins
authorFelix Domke <tmbinc@elitedvb.net>
Thu, 12 Feb 2009 16:05:24 +0000 (17:05 +0100)
committerFelix Domke <tmbinc@elitedvb.net>
Thu, 12 Feb 2009 16:05:24 +0000 (17:05 +0100)
lib/python/Screens/InfoBar.py

index 9b28bd8f15296b8bd8dccc263812549d6602a55e..31a325635274e2f0ee25b0bbb29dfd405e6adf3c 100644 (file)
@@ -126,7 +126,7 @@ class MoviePlayer(InfoBarBase, InfoBarShowHide, \
                InfoBarSeek, InfoBarShowMovies, InfoBarAudioSelection, HelpableScreen, InfoBarNotifications,
                InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, InfoBarSimpleEventView,
                InfoBarMoviePlayerSummarySupport, InfoBarSubtitleSupport, Screen, InfoBarTeletextPlugin,
-               InfoBarServiceErrorPopupSupport, InfoBarExtensions):
+               InfoBarServiceErrorPopupSupport, InfoBarExtensions, InfoBarPlugins):
 
        ENABLE_RESUME_SUPPORT = True
        ALLOW_SUSPEND = True
@@ -144,7 +144,8 @@ class MoviePlayer(InfoBarBase, InfoBarShowHide, \
                                InfoBarAudioSelection, InfoBarNotifications, InfoBarSimpleEventView, \
                                InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, \
                                InfoBarMoviePlayerSummarySupport, InfoBarSubtitleSupport, \
-                               InfoBarTeletextPlugin, InfoBarServiceErrorPopupSupport, InfoBarExtensions:
+                               InfoBarTeletextPlugin, InfoBarServiceErrorPopupSupport, InfoBarExtensions, \
+                               InfoBarPlugins:
                        x.__init__(self)
 
                self.lastservice = self.session.nav.getCurrentlyPlayingServiceReference()