aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBar.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2009-02-12 16:48:39 +0100
committerFelix Domke <tmbinc@elitedvb.net>2009-02-12 16:48:39 +0100
commit1bd22cc97199c878255925ef2a9032881acef470 (patch)
tree6285e24f85e5da7d1a5034c9bfd406476d354241 /lib/python/Screens/InfoBar.py
parent926d947e42248dab0016e59eda067d10d12cbeec (diff)
downloadenigma2-1bd22cc97199c878255925ef2a9032881acef470.tar.gz
enigma2-1bd22cc97199c878255925ef2a9032881acef470.zip
allow extensions on blue button for movie player (usable on dm8000 rc)
Diffstat (limited to 'lib/python/Screens/InfoBar.py')
-rw-r--r--lib/python/Screens/InfoBar.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py
index 01b77f3f..baa9e5f2 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):
+ InfoBarServiceErrorPopupSupport, InfobarExtensions):
ENABLE_RESUME_SUPPORT = True
ALLOW_SUSPEND = True
@@ -144,7 +144,7 @@ class MoviePlayer(InfoBarBase, InfoBarShowHide, \
InfoBarAudioSelection, InfoBarNotifications, InfoBarSimpleEventView, \
InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, \
InfoBarMoviePlayerSummarySupport, InfoBarSubtitleSupport, \
- InfoBarTeletextPlugin, InfoBarServiceErrorPopupSupport:
+ InfoBarTeletextPlugin, InfoBarServiceErrorPopupSupport, InfobarExtensions:
x.__init__(self)
self.lastservice = self.session.nav.getCurrentlyPlayingServiceReference()