aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBar.py
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2008-02-20 00:39:55 +0000
committerFelix Domke <tmbinc@elitedvb.net>2008-02-20 00:39:55 +0000
commit4a5aad8a0d22f84f934f216ca33d1274fc3df89e (patch)
treecc2f1d37a717da6962731d4beb34bf970f621cd7 /lib/python/Screens/InfoBar.py
parentba4c219da50c06c732ea9899d2b4e3679066aecc (diff)
downloadenigma2-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.py1
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()