aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-10 20:00:52 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-01-10 20:00:52 +0000
commiteb4b29cf6ed88fc882082789788843a1b531ec36 (patch)
tree4364aaa49901adedec8afb4cda7b4544d5cb292b /lib/python
parentb9b22ba63a0a331a847994c68998f99528e4e37a (diff)
downloadenigma2-eb4b29cf6ed88fc882082789788843a1b531ec36.tar.gz
enigma2-eb4b29cf6ed88fc882082789788843a1b531ec36.zip
fix typo
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py
index b16594f4..babc772f 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.evNewProgramInfo:
+ if ev == iPlayableService.evUpdatedInfo:
self.checkTunerState(service)
class InfoBarNotifications: