diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-02 00:29:44 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-02 00:29:44 +0000 |
| commit | d5dbdb94223dad7deac17ff66759980911cae6b2 (patch) | |
| tree | b6f5bd3354d88b272a6f66c1b3fdba53b9beeef0 /lib/python | |
| parent | 83dc0bcc5b362417fd11049f9a3eaf98279c1fc6 (diff) | |
| download | enigma2-d5dbdb94223dad7deac17ff66759980911cae6b2.tar.gz enigma2-d5dbdb94223dad7deac17ff66759980911cae6b2.zip | |
reenable tuxtxt for recorded movies
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/InfoBar.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py index c4ae6fa9..2d651dc1 100644 --- a/lib/python/Screens/InfoBar.py +++ b/lib/python/Screens/InfoBar.py @@ -84,7 +84,7 @@ class MoviePlayer(InfoBarShowHide, \ InfoBarMenu, \ InfoBarServiceName, InfoBarSeek, InfoBarShowMovies, InfoBarAudioSelection, HelpableScreen, InfoBarNotifications, InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, InfoBarSimpleEventView, - InfoBarSummarySupport, InfoBarSubtitleSupport, Screen, InfoBarExtensions): + InfoBarSummarySupport, InfoBarSubtitleSupport, Screen, InfoBarExtensions, InfoBarTeletextPlugin): ENABLE_RESUME_SUPPORT = True ALLOW_SUSPEND = True @@ -101,7 +101,8 @@ class MoviePlayer(InfoBarShowHide, \ InfoBarServiceName, InfoBarSeek, InfoBarShowMovies, \ InfoBarAudioSelection, InfoBarNotifications, InfoBarSimpleEventView, \ InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, \ - InfoBarSummarySupport, InfoBarSubtitleSupport, InfoBarExtensions: + InfoBarSummarySupport, InfoBarSubtitleSupport, InfoBarExtensions, \ + InfoBarTeletextPlugin: x.__init__(self) self.lastservice = self.session.nav.getCurrentlyPlayingServiceReference() |
