aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorthedoc <thedoc@atom.(none)>2009-12-23 21:59:37 +0100
committerthedoc <thedoc@atom.(none)>2009-12-23 21:59:37 +0100
commitd36394c5c1659a13392cadab32a70105cabdb759 (patch)
tree06fe4bcc6414bbf395a1114de4bc7d17b3e3ca5b /lib/python
parent0d6eafb15604b8044bfaad3cc844b561f14cfbe1 (diff)
parentbba4dec6bbe08a1f0c0c2b73c4b8e62aa8ded2df (diff)
downloadenigma2-d36394c5c1659a13392cadab32a70105cabdb759.tar.gz
enigma2-d36394c5c1659a13392cadab32a70105cabdb759.zip
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Plugins/Extensions/CutListEditor/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/CutListEditor/plugin.py b/lib/python/Plugins/Extensions/CutListEditor/plugin.py
index efe9f761..abd606d6 100644
--- a/lib/python/Plugins/Extensions/CutListEditor/plugin.py
+++ b/lib/python/Plugins/Extensions/CutListEditor/plugin.py
@@ -195,7 +195,7 @@ class CutListEditor(Screen, InfoBarBase, InfoBarSeek, InfoBarCueSheetSupport, He
self.onClose.append(self.__onClose)
def __onClose(self):
- self.session.nav.playService(self.old_service)
+ self.session.nav.playService(self.old_service, forceRestart=True)
def updateStateLabel(self, state):
self["SeekState"].setText(state[3].strip())