aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2009-02-12 17:05:24 +0100
committerFelix Domke <tmbinc@elitedvb.net>2009-02-12 17:05:24 +0100
commit720092ea458fc23200a2e1457725fcbce78d1d9e (patch)
tree5332e91fa65ca96143ab5446d1622f59cba34438 /lib/python
parentd96c69b70a90375a7560525599c04c86faecc01e (diff)
downloadenigma2-720092ea458fc23200a2e1457725fcbce78d1d9e.tar.gz
enigma2-720092ea458fc23200a2e1457725fcbce78d1d9e.zip
also add InfoBarPlugins
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/InfoBar.py5
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()