diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-06-11 23:58:22 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-06-11 23:58:22 +0200 |
| commit | 1c06b6ba897cb3d36b69dc66a69df35f0e16f171 (patch) | |
| tree | 13287b5abfe00a870647ce970b984fb08bc59de7 /lib/python | |
| parent | 0efa85535ab64a0697fe415d3750341c516268b8 (diff) | |
| download | enigma2-1c06b6ba897cb3d36b69dc66a69df35f0e16f171.tar.gz enigma2-1c06b6ba897cb3d36b69dc66a69df35f0e16f171.zip | |
MediaPlayer/plugin.py: use correct InfoBarSubtitleSupport instance for Subtitle screen
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/Extensions/MediaPlayer/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/MediaPlayer/plugin.py b/lib/python/Plugins/Extensions/MediaPlayer/plugin.py index 71b486a3..42800b5c 100644 --- a/lib/python/Plugins/Extensions/MediaPlayer/plugin.py +++ b/lib/python/Plugins/Extensions/MediaPlayer/plugin.py @@ -901,7 +901,7 @@ class MediaPlayer(Screen, InfoBarBase, InfoBarSeek, InfoBarAudioSelection, InfoB def subtitleSelection(self): from Screens.Subtitles import Subtitles - self.session.open(Subtitles) + self.session.open(Subtitles, self) def hotplugCB(self, dev, media_state): if dev == harddiskmanager.getCD(): |
