From 5c6290ef3ddec2f76319c8642cc57e7e1c4561b1 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 29 Mar 2006 14:39:20 +0000 Subject: [PATCH] make teletext plugin useable in ts playbacks --- lib/python/Screens/InfoBar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py index 5aa1cd7..8bfef20 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) -- 2.7.4