Merge branch 'bug_241_EOFrestart' into experimental
authorFraxinas <andreas.frisch@multimedia-labs.de>
Wed, 26 Jan 2011 14:31:09 +0000 (15:31 +0100)
committerFraxinas <andreas.frisch@multimedia-labs.de>
Wed, 26 Jan 2011 14:31:09 +0000 (15:31 +0100)
lib/python/Screens/InfoBar.py

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