fix restart of playback after EOF (fixes bug #241)
authorFraxinas <andreas.frisch@multimedia-labs.de>
Wed, 26 Jan 2011 14:29:53 +0000 (15:29 +0100)
committerFraxinas <andreas.frisch@multimedia-labs.de>
Wed, 26 Jan 2011 14:29:53 +0000 (15:29 +0100)
lib/python/Screens/InfoBar.py

index 5b061245b1937c8d82bb2f47cc157d49eb17e081..550628786ff0a8f109d2f6ce6855d34b1876e9b5 100644 (file)
@@ -221,6 +221,7 @@ class MoviePlayer(InfoBarBase, InfoBarShowHide, \
                        self.session.nav.stopService()
                elif answer == "restart":
                        self.doSeek(0)
                        self.session.nav.stopService()
                elif answer == "restart":
                        self.doSeek(0)
+                       self.setSeekState(self.SEEK_STATE_PLAY)
 
        def doEofInternal(self, playing):
                if not self.execing:
 
        def doEofInternal(self, playing):
                if not self.execing: