From: Fraxinas Date: Wed, 26 Jan 2011 14:31:09 +0000 (+0100) Subject: Merge branch 'bug_241_EOFrestart' into experimental X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=69c8b669b814af168ed5bbedd60bdf2909274f12;hp=b306f065ed4804026e03eb11099ec5c2269cd7cc Merge branch 'bug_241_EOFrestart' into experimental --- diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py index 5b06124..5506287 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: