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 b16594f..babc772 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: