fix keymap associations with INFO button
authorFraxinas <andreas.frisch@multimedia-labs.de>
Thu, 20 Nov 2008 21:54:11 +0000 (22:54 +0100)
committerFraxinas <andreas.frisch@multimedia-labs.de>
Thu, 20 Nov 2008 21:54:11 +0000 (22:54 +0100)
data/keymap.xml
lib/python/Screens/InfoBarGenerics.py

index 6b8b583dfca65cba73c357832301ab75c93e4624..0a0dc867747f4475b6388593b220896d5a120bfa 100644 (file)
@@ -77,7 +77,7 @@
        </map>
 
        <map context="InfobarEPGActions">
-               <key id="KEY_INFO" mapto="showEventView" flags="b" />
+               <key id="KEY_INFO" mapto="showEventInfo" flags="b" />
                <key id="KEY_INFO" mapto="showEventInfoPlugin" flags="l" />
        </map>
        
index eb79c74e03cd40313f4550687d37b9c56ae42f9d..b923340cfcca576d710c1359abc467a9cc6a3924 100644 (file)
@@ -403,7 +403,7 @@ class InfoBarEPG:
                self.eventView = None
                self["EPGActions"] = HelpableActionMap(self, "InfobarEPGActions",
                        {
-                               "showEventView": (self.openEventView, _("show EPG...")),
+                               "showEventInfo": (self.openEventView, _("show EPG...")),
                                "showEventInfoPlugin": (self.showEventInfoPlugins, _("show single service EPG...")),
                                "showInfobarOrEpgWhenInfobarAlreadyVisible": self.showEventInfoWhenNotVisible,
                        })