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 c707622..d152007 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):