diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-02-20 02:23:57 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-02-20 02:23:57 +0100 |
| commit | 29d62cc699d7043a749e6f184925b7fd14b5daab (patch) | |
| tree | 2625af9fa842a87817c592d9b7f5a73208856a98 /lib/python/Plugins/Extensions/DVDPlayer/plugin.py | |
| parent | e180b709f892553d73784a30dc32e8251ad7b544 (diff) | |
| parent | a568c76b75e987a33d2f7a65aa483447cf55e442 (diff) | |
| download | enigma2-29d62cc699d7043a749e6f184925b7fd14b5daab.tar.gz enigma2-29d62cc699d7043a749e6f184925b7fd14b5daab.zip | |
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python/Plugins/Extensions/DVDPlayer/plugin.py')
| -rw-r--r-- | lib/python/Plugins/Extensions/DVDPlayer/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/DVDPlayer/plugin.py b/lib/python/Plugins/Extensions/DVDPlayer/plugin.py index 8e2a9f3a..6a8ffc6f 100644 --- a/lib/python/Plugins/Extensions/DVDPlayer/plugin.py +++ b/lib/python/Plugins/Extensions/DVDPlayer/plugin.py @@ -511,7 +511,7 @@ class DVDPlayer(Screen, InfoBarBase, InfoBarNotifications, InfoBarSeek, InfoBarP def askLeavePlayer(self): choices = [(_("Exit"), "exit"), (_("Continue playing"), "play")] - if not self.physicalDVD: + if True or not self.physicalDVD: choices.insert(1,(_("Return to file browser"), "browser")) self.session.openWithCallback(self.exitCB, ChoiceBox, title=_("Leave DVD Player?"), list = choices) |
