fix no more working displaying of used tuner for foreground service
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 10 Jan 2007 19:36:20 +0000 (19:36 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 10 Jan 2007 19:36:20 +0000 (19:36 +0000)
lib/python/Screens/InfoBarGenerics.py

index 2c2b4a5..b16594f 100644 (file)
@@ -1587,7 +1587,7 @@ class InfoBarAdditionalInfo:
 
        def gotServiceEvent(self, ev):
                service = self.session.nav.getCurrentService()
-               if ev == iPlayableService.evStart:
+               if ev == iPlayableService.evNewProgramInfo:
                        self.checkTunerState(service)
 
 class InfoBarNotifications: