From b9b22ba63a0a331a847994c68998f99528e4e37a Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 10 Jan 2007 19:36:20 +0000 Subject: [PATCH] fix no more working displaying of used tuner for foreground service --- lib/python/Screens/InfoBarGenerics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 2c2b4a5b..b16594f4 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -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: -- 2.30.2