fix no more working service change after open audio track selection
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sun, 7 May 2006 22:34:21 +0000 (22:34 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sun, 7 May 2006 22:34:21 +0000 (22:34 +0000)
lib/python/Screens/InfoBarGenerics.py

index c7076225c6838df4baec265dcc69257ec3b4aa6e..d15200710697fb7f7232aee22c2e1ddd3105215d 100644 (file)
@@ -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):