diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-03-29 14:39:20 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-03-29 14:39:20 +0000 |
| commit | 5c6290ef3ddec2f76319c8642cc57e7e1c4561b1 (patch) | |
| tree | 8943c6d7ac084a94924d0f9f22d45482151cfb88 /lib/python | |
| parent | 0ebffda08c8f297fedf8465f1b2aa747fc1d4757 (diff) | |
| download | enigma2-5c6290ef3ddec2f76319c8642cc57e7e1c4561b1.tar.gz enigma2-5c6290ef3ddec2f76319c8642cc57e7e1c4561b1.zip | |
make teletext plugin useable in ts playbacks
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/InfoBar.py | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
