aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/EpgSelection.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/python/Screens/EpgSelection.py b/lib/python/Screens/EpgSelection.py
index def51d49..db8be2e1 100644
--- a/lib/python/Screens/EpgSelection.py
+++ b/lib/python/Screens/EpgSelection.py
@@ -21,6 +21,11 @@ class EPGSelection(Screen):
class ChannelActionMap(ActionMap):
def action(self, contexts, action):
ActionMap.action(self, contexts, action)
+
+ self["key_red"] = Button("")
+ self["key_green"] = Button(_("Add timer"))
+ self["key_yellow"] = Button("")
+ self["key_blue"] = Button("")
self["actions"] = ChannelActionMap(["EPGSelectActions", "OkCancelActions"],
{