From: Andreas Monzner Date: Wed, 29 Mar 2006 14:39:20 +0000 (+0000) Subject: make teletext plugin useable in ts playbacks X-Git-Tag: 2.6.0~3758 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/5c6290ef3ddec2f76319c8642cc57e7e1c4561b1 make teletext plugin useable in ts playbacks --- diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py index 5aa1cd70..8bfef204 100644 --- a/lib/python/Screens/InfoBar.py +++ b/lib/python/Screens/InfoBar.py @@ -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)