aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-03-03 18:02:34 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-03-03 18:02:34 +0000
commit57e05465c68a8154f0bace3dfe36db98bb85c3be (patch)
treec552951a9107ee01bba9589713c045ce95869a61 /lib
parent395978a710975e43e31d99d9e83bf59cd0c33a3d (diff)
downloadenigma2-57e05465c68a8154f0bace3dfe36db98bb85c3be.tar.gz
enigma2-57e05465c68a8154f0bace3dfe36db98bb85c3be.zip
fix LCD in MoviePlayer
Diffstat (limited to 'lib')
-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 d60725f2..ccd8c450 100644
--- a/lib/python/Screens/InfoBar.py
+++ b/lib/python/Screens/InfoBar.py
@@ -65,11 +65,11 @@ class InfoBar(InfoBarShowHide, InfoBarPowerKey,
if service is not None:
self.session.open(MoviePlayer, service)
-class MoviePlayer(Screen, InfoBarShowHide, InfoBarPowerKey, \
+class MoviePlayer(InfoBarShowHide, InfoBarPowerKey, \
InfoBarMenu, \
InfoBarServiceName, InfoBarSeek, InfoBarShowMovies, InfoBarAudioSelection, HelpableScreen, InfoBarNotifications,
InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, InfoBarSimpleEventView,
- InfoBarSummarySupport):
+ InfoBarSummarySupport, Screen):
def __init__(self, session, service):
Screen.__init__(self, session)