diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-23 16:21:59 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-12-23 16:21:59 +0100 |
| commit | b209ca0ac28a2e1ddc1f27642b0dec0f376b0ad2 (patch) | |
| tree | 922b78774d8f36ff2768231e4970161c2660ff47 /lib/python/Plugins/Extensions | |
| parent | ee9a89efd6533997e3dc9a4e8adcb360333d01d9 (diff) | |
| parent | 94b346a792a343858948de8c6db1301592af5986 (diff) | |
| download | enigma2-b209ca0ac28a2e1ddc1f27642b0dec0f376b0ad2.tar.gz enigma2-b209ca0ac28a2e1ddc1f27642b0dec0f376b0ad2.zip | |
Merge branch 'bug_352_fix_some_cutlist_bugs'
Diffstat (limited to 'lib/python/Plugins/Extensions')
| -rw-r--r-- | lib/python/Plugins/Extensions/CutListEditor/plugin.py | 2 |
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()) |
