diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-05-07 22:34:21 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-05-07 22:34:21 +0000 |
| commit | 4eff668d8019ed9255d72b4373f6b1053231f129 (patch) | |
| tree | e69dc8c6e12d9cefafeba6d51f5391fa635025ce /lib/python | |
| parent | da08806fbfea06d179dd8fd6a8e78430b1cb5650 (diff) | |
| download | enigma2-4eff668d8019ed9255d72b4373f6b1053231f129.tar.gz enigma2-4eff668d8019ed9255d72b4373f6b1053231f129.zip | |
fix no more working service change after open audio track selection
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index c7076225..d1520071 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -1225,6 +1225,7 @@ class InfoBarAudioSelection: def audioSelected(self, audio): if audio is not None: self.audio.selectTrack(audio[1]) + del self.audio class InfoBarSubserviceSelection: def __init__(self): |
