aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-05-07 22:34:21 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-05-07 22:34:21 +0000
commit4eff668d8019ed9255d72b4373f6b1053231f129 (patch)
treee69dc8c6e12d9cefafeba6d51f5391fa635025ce /lib/python/Screens
parentda08806fbfea06d179dd8fd6a8e78430b1cb5650 (diff)
downloadenigma2-4eff668d8019ed9255d72b4373f6b1053231f129.tar.gz
enigma2-4eff668d8019ed9255d72b4373f6b1053231f129.zip
fix no more working service change after open audio track selection
Diffstat (limited to 'lib/python/Screens')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py1
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):