aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBar.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-09-27 09:56:39 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-09-27 09:56:39 +0000
commitb76ad9016e512c43de20b94ad4ac2e7fcf22a26f (patch)
treec41e95ba4e762a8e38b3694c2770d649e38c932f /lib/python/Screens/InfoBar.py
parent22f47520b40121bbb98e9098232771a178e7d523 (diff)
downloadenigma2-b76ad9016e512c43de20b94ad4ac2e7fcf22a26f.tar.gz
enigma2-b76ad9016e512c43de20b94ad4ac2e7fcf22a26f.zip
fix "stop and show movielist"
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 41df2475..92510141 100644
--- a/lib/python/Screens/InfoBar.py
+++ b/lib/python/Screens/InfoBar.py
@@ -181,6 +181,7 @@ class MoviePlayer(InfoBarBase, InfoBarShowHide, \
ref = self.session.nav.getCurrentlyPlayingServiceReference()
self.returning = True
self.session.openWithCallback(self.movieSelected, MovieSelection, ref)
+ self.session.nav.stopService()
elif answer == "restart":
self.doSeek(0)