diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2009-02-12 17:05:27 +0100 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2009-02-12 17:05:27 +0100 |
| commit | d839a9dc005a469e4509d07305cdf3b4913d3ec1 (patch) | |
| tree | d20cfd72ad20f06ecc4f4b0c3d862d381f845310 /lib/python | |
| parent | 2728b4ae124c0cde02d5a55a6ee52c19e4c2b822 (diff) | |
| parent | 720092ea458fc23200a2e1457725fcbce78d1d9e (diff) | |
| download | enigma2-d839a9dc005a469e4509d07305cdf3b4913d3ec1.tar.gz enigma2-d839a9dc005a469e4509d07305cdf3b4913d3ec1.zip | |
Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugs
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 9b28bd8f..31a32563 100644 --- a/lib/python/Screens/InfoBar.py +++ b/lib/python/Screens/InfoBar.py @@ -126,7 +126,7 @@ class MoviePlayer(InfoBarBase, InfoBarShowHide, \ InfoBarSeek, InfoBarShowMovies, InfoBarAudioSelection, HelpableScreen, InfoBarNotifications, InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, InfoBarSimpleEventView, InfoBarMoviePlayerSummarySupport, InfoBarSubtitleSupport, Screen, InfoBarTeletextPlugin, - InfoBarServiceErrorPopupSupport, InfoBarExtensions): + InfoBarServiceErrorPopupSupport, InfoBarExtensions, InfoBarPlugins): ENABLE_RESUME_SUPPORT = True ALLOW_SUSPEND = True @@ -144,7 +144,8 @@ class MoviePlayer(InfoBarBase, InfoBarShowHide, \ InfoBarAudioSelection, InfoBarNotifications, InfoBarSimpleEventView, \ InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, \ InfoBarMoviePlayerSummarySupport, InfoBarSubtitleSupport, \ - InfoBarTeletextPlugin, InfoBarServiceErrorPopupSupport, InfoBarExtensions: + InfoBarTeletextPlugin, InfoBarServiceErrorPopupSupport, InfoBarExtensions, \ + InfoBarPlugins: x.__init__(self) self.lastservice = self.session.nav.getCurrentlyPlayingServiceReference() |
