From: Andreas Monzner Date: Sun, 7 May 2006 22:34:21 +0000 (+0000) Subject: fix no more working service change after open audio track selection X-Git-Tag: 2.6.0~3474 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/4eff668d8019ed9255d72b4373f6b1053231f129?ds=sidebyside fix no more working service change after open audio track selection --- 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):