aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBar.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-07-28 12:49:04 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-07-28 12:49:04 +0000
commit55ee6d8a6a357c5e7926978d07494c452d5ea7ee (patch)
tree8ea3bae1f34510b9b8f1d4f6f85947e96ca9ce32 /lib/python/Screens/InfoBar.py
parentf0a0f6b79c99fb346c32e435a543c1649a197f54 (diff)
downloadenigma2-55ee6d8a6a357c5e7926978d07494c452d5ea7ee.tar.gz
enigma2-55ee6d8a6a357c5e7926978d07494c452d5ea7ee.zip
make resume optional
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 ff8e73d2..471b1abe 100644
--- a/lib/python/Screens/InfoBar.py
+++ b/lib/python/Screens/InfoBar.py
@@ -82,12 +82,12 @@ class MoviePlayer(InfoBarShowHide, \
InfoBarServiceName, InfoBarSeek, InfoBarShowMovies, InfoBarAudioSelection, HelpableScreen, InfoBarNotifications,
InfoBarServiceNotifications, InfoBarPVRState, InfoBarCueSheetSupport, InfoBarSimpleEventView,
InfoBarSummarySupport, InfoBarTeletextPlugin, InfoBarSubtitleSupport, Screen):
+
+ ENABLE_RESUME_SUPPORT = True
def __init__(self, session, service):
Screen.__init__(self, session)
- self.is_closing = False
-
self["actions"] = HelpableActionMap(self, "MoviePlayerActions",
{
"leavePlayer": (self.leavePlayer, _("leave movie player..."))