diff options
| author | Fraxinas <andreas.frisch@multimedia-labs.de> | 2011-02-07 19:54:24 +0100 |
|---|---|---|
| committer | Fraxinas <andreas.frisch@multimedia-labs.de> | 2011-02-07 19:54:24 +0100 |
| commit | 484b456dc42d819bb58401cc06abd8cf2be933bf (patch) | |
| tree | 474ff436fe442e83c371ab066770df76b43d0115 | |
| parent | 33e4aeedec7bde0b0f853396f7b308412bd85496 (diff) | |
| parent | 7fb088ec04db7eb68ff7294393f53ba33f533655 (diff) | |
| download | enigma2-484b456dc42d819bb58401cc06abd8cf2be933bf.tar.gz enigma2-484b456dc42d819bb58401cc06abd8cf2be933bf.zip | |
Merge branch 'bug_241_EOFrestart'
| -rw-r--r-- | lib/python/Screens/InfoBar.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py index 5b061245..55062878 100644 --- a/lib/python/Screens/InfoBar.py +++ b/lib/python/Screens/InfoBar.py @@ -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: |
