diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-07-28 12:49:04 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-07-28 12:49:04 +0000 |
| commit | 55ee6d8a6a357c5e7926978d07494c452d5ea7ee (patch) | |
| tree | 8ea3bae1f34510b9b8f1d4f6f85947e96ca9ce32 /lib/python/Screens/InfoBar.py | |
| parent | f0a0f6b79c99fb346c32e435a543c1649a197f54 (diff) | |
| download | enigma2-55ee6d8a6a357c5e7926978d07494c452d5ea7ee.tar.gz enigma2-55ee6d8a6a357c5e7926978d07494c452d5ea7ee.zip | |
make resume optional
Diffstat (limited to 'lib/python/Screens/InfoBar.py')
| -rw-r--r-- | lib/python/Screens/InfoBar.py | 4 |
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...")) |
