aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2011-01-26 15:29:19 +0100
committerFraxinas <andreas.frisch@multimedia-labs.de>2011-01-26 15:29:19 +0100
commita1ffc0e6e0f33d5b9435e82123513b1dbb6a1c6c (patch)
tree3996d218133799c5f3d20484b845e4e749d9fbc6 /lib/python
parentba0f73a6dc725c7d548d3a58e3c37f6d48188406 (diff)
downloadenigma2-a1ffc0e6e0f33d5b9435e82123513b1dbb6a1c6c.tar.gz
enigma2-a1ffc0e6e0f33d5b9435e82123513b1dbb6a1c6c.zip
Revert "fix restart of playback after EOF (fixes bug #241)"
This reverts commit 79f0f14b59c1943261983e92f0b97b9ce7df4bed.
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/InfoBar.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py
index a6403a30..5b061245 100644
--- a/lib/python/Screens/InfoBar.py
+++ b/lib/python/Screens/InfoBar.py
@@ -174,7 +174,7 @@ class MoviePlayer(InfoBarBase, InfoBarShowHide, \
(_("Yes, returning to movie list"), "movielist"),
(_("Yes, and delete this movie"), "quitanddelete"),
(_("No"), "continue"),
- (_("No, but restart from the beginning"), "restart")
+ (_("No, but restart from begin"), "restart")
)
from Screens.ChoiceBox import ChoiceBox
@@ -221,7 +221,6 @@ 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: