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 6b8b583..0a0dc86 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 eb79c74..b923340 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,
                        })