diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-05-01 15:24:37 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-05-01 15:24:37 +0000 |
| commit | 3f0b490f6b5c5a4d83c1e2c1238d2eb33ff25a57 (patch) | |
| tree | c042725bceba10b07c7d6c2225c84cd26aa37e03 /lib/python/Plugins/Extensions | |
| parent | 65ad2c660b640177b6eedda43e61b0d6783459bb (diff) | |
| download | enigma2-3f0b490f6b5c5a4d83c1e2c1238d2eb33ff25a57.tar.gz enigma2-3f0b490f6b5c5a4d83c1e2c1238d2eb33ff25a57.zip | |
pass service events to old instance of InfoBarBase until a new service is
running
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 61acf042..7ebc42b5 100644 --- a/lib/python/Plugins/Extensions/CutListEditor/plugin.py +++ b/lib/python/Plugins/Extensions/CutListEditor/plugin.py @@ -171,7 +171,7 @@ class CutListEditor(Screen, InfoBarBase, InfoBarSeek, InfoBarCueSheetSupport, He Screen.__init__(self, session) InfoBarSeek.__init__(self, actionmap = "CutlistSeekActions") InfoBarCueSheetSupport.__init__(self) - InfoBarBase.__init__(self) + InfoBarBase.__init__(self, steal_current_service = True) HelpableScreen.__init__(self) self.old_service = session.nav.getCurrentlyPlayingServiceReference() session.nav.playService(service) |
