diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-01-10 19:36:20 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-01-10 19:36:20 +0000 |
| commit | b9b22ba63a0a331a847994c68998f99528e4e37a (patch) | |
| tree | 392126a97a30f26b15065411cb9da2f0ae6ff1a2 /lib/python | |
| parent | 5bff4bdd4a2877410b8e6daa070641fed1ab8ce1 (diff) | |
| download | enigma2-b9b22ba63a0a331a847994c68998f99528e4e37a.tar.gz enigma2-b9b22ba63a0a331a847994c68998f99528e4e37a.zip | |
fix no more working displaying of used tuner for foreground service
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
