diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-05-07 21:09:46 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-05-07 21:09:46 +0000 |
| commit | 14490ab8fe9c3eeb2e9f40da4b2e70f519357e63 (patch) | |
| tree | 84f7b50126f2b085f5a25cbb15ef1cf7f955afcc /lib/python | |
| parent | bcfee58f1b479c453ba3e400bef03e7c3645e73b (diff) | |
| download | enigma2-14490ab8fe9c3eeb2e9f40da4b2e70f519357e63.tar.gz enigma2-14490ab8fe9c3eeb2e9f40da4b2e70f519357e63.zip | |
no helpable actionmap for RdsActions
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
