aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2011-02-07 19:54:24 +0100
committerFraxinas <andreas.frisch@multimedia-labs.de>2011-02-07 19:54:24 +0100
commit484b456dc42d819bb58401cc06abd8cf2be933bf (patch)
tree474ff436fe442e83c371ab066770df76b43d0115 /lib/python
parent33e4aeedec7bde0b0f853396f7b308412bd85496 (diff)
parent7fb088ec04db7eb68ff7294393f53ba33f533655 (diff)
downloadenigma2-484b456dc42d819bb58401cc06abd8cf2be933bf.tar.gz
enigma2-484b456dc42d819bb58401cc06abd8cf2be933bf.zip
Merge branch 'bug_241_EOFrestart'
Diffstat (limited to 'lib/python')
-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: