aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-12-23 16:21:59 +0100
committerghost <andreas.monzner@multimedia-labs.de>2009-12-23 16:21:59 +0100
commitb209ca0ac28a2e1ddc1f27642b0dec0f376b0ad2 (patch)
tree922b78774d8f36ff2768231e4970161c2660ff47 /lib/python
parentee9a89efd6533997e3dc9a4e8adcb360333d01d9 (diff)
parent94b346a792a343858948de8c6db1301592af5986 (diff)
downloadenigma2-b209ca0ac28a2e1ddc1f27642b0dec0f376b0ad2.tar.gz
enigma2-b209ca0ac28a2e1ddc1f27642b0dec0f376b0ad2.zip
Merge branch 'bug_352_fix_some_cutlist_bugs'
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())