diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-02-20 00:39:55 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-02-20 00:39:55 +0000 |
| commit | 4a5aad8a0d22f84f934f216ca33d1274fc3df89e (patch) | |
| tree | cc2f1d37a717da6962731d4beb34bf970f621cd7 /lib/python/Screens/InfoBar.py | |
| parent | ba4c219da50c06c732ea9899d2b4e3679066aecc (diff) | |
| download | enigma2-4a5aad8a0d22f84f934f216ca33d1274fc3df89e.tar.gz enigma2-4a5aad8a0d22f84f934f216ca33d1274fc3df89e.zip | |
movieplayer_select.patch by Moritz Venn
Diffstat (limited to 'lib/python/Screens/InfoBar.py')
| -rw-r--r-- | lib/python/Screens/InfoBar.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py index 90aa2dc3..48ff8493 100644 --- a/lib/python/Screens/InfoBar.py +++ b/lib/python/Screens/InfoBar.py @@ -170,6 +170,7 @@ class MoviePlayer(InfoBarShowHide, \ answer = answer and answer[1] if answer == "quit": self.session.nav.playService(self.lastservice) + config.movielist.last_videodir.cancel() self.close() elif answer == "movielist": ref = self.session.nav.getCurrentlyPlayingServiceReference() |
