add color buttons to epgselection
[enigma2.git] / lib / python / Screens / EpgSelection.py
index def51d49d66e9affa2ccb384294bf0b1b17c316a..db8be2e1aa8aafe2041481cd8af2cefd66ead4ee 100644 (file)
@@ -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"], 
                        {