make teletext plugin useable in ts playbacks
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 29 Mar 2006 14:39:20 +0000 (14:39 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 29 Mar 2006 14:39:20 +0000 (14:39 +0000)
lib/python/Screens/InfoBar.py

index 5aa1cd7..8bfef20 100644 (file)
@@ -70,7 +70,7 @@ class MoviePlayer(InfoBarShowHide, \
                InfoBarMenu, \
                InfoBarServiceName, InfoBarSeek, InfoBarShowMovies, InfoBarAudioSelection, HelpableScreen, InfoBarNotifications,
                InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, InfoBarSimpleEventView,
-               InfoBarSummarySupport, Screen):
+               InfoBarSummarySupport, InfoBarTeletextPlugin, Screen):
                
        def __init__(self, session, service):
                Screen.__init__(self, session)
@@ -84,7 +84,7 @@ class MoviePlayer(InfoBarShowHide, \
                                InfoBarServiceName, InfoBarSeek, InfoBarShowMovies, \
                                InfoBarAudioSelection, InfoBarNotifications, InfoBarSimpleEventView, \
                                InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, \
-                               InfoBarSummarySupport:
+                               InfoBarSummarySupport, InfoBarTeletextPlugin:
                        x.__init__(self)
 
                self["CurrentTime"] = ServicePosition(self.session.nav, ServicePosition.TYPE_REMAINING)