From 4a5aad8a0d22f84f934f216ca33d1274fc3df89e Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Wed, 20 Feb 2008 00:39:55 +0000 Subject: movieplayer_select.patch by Moritz Venn --- lib/python/Screens/InfoBar.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python/Screens/InfoBar.py') 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() -- cgit v1.2.3