fix typo
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 10 Jan 2007 20:00:52 +0000 (20:00 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Wed, 10 Jan 2007 20:00:52 +0000 (20:00 +0000)
lib/python/Screens/InfoBarGenerics.py

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