aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2011-01-26 15:31:09 +0100
committerFraxinas <andreas.frisch@multimedia-labs.de>2011-01-26 15:31:09 +0100
commit69c8b669b814af168ed5bbedd60bdf2909274f12 (patch)
tree8e3741057e0b0092ddcd1c6c10ffec7dbe077728
parentb306f065ed4804026e03eb11099ec5c2269cd7cc (diff)
parent7fb088ec04db7eb68ff7294393f53ba33f533655 (diff)
downloadenigma2-69c8b669b814af168ed5bbedd60bdf2909274f12.tar.gz
enigma2-69c8b669b814af168ed5bbedd60bdf2909274f12.zip
Merge branch 'bug_241_EOFrestart' into experimental
-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 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: