From: Andreas Monzner Date: Mon, 7 May 2007 21:09:46 +0000 (+0000) Subject: no helpable actionmap for RdsActions X-Git-Tag: 2.6.0~2254 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/14490ab8fe9c3eeb2e9f40da4b2e70f519357e63 no helpable actionmap for RdsActions --- diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 2821f2c9..ef014568 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -568,9 +568,9 @@ class InfoBarRdsDecoder: iPlayableService.evUpdatedRassSlidePic: self.RassSlidePicChanged }) - self["RdsActions"] = HelpableActionMap(self, "InfobarRdsActions", + self["RdsActions"] = ActionMap(["InfobarRdsActions"], { - "startRassInteractive": (self.startRassInteractive, _("View Rass interactive...")) + "startRassInteractive": self.startRassInteractive },-1) self["RdsActions"].setEnabled(False)