Add Comment to clearify the reason this is still here
authorStephan Reichholf <sreichholf@users.schwerkraft.elitedvb.net>
Mon, 26 Oct 2009 22:30:11 +0000 (22:30 +0000)
committerStephan Reichholf <sreichholf@users.schwerkraft.elitedvb.net>
Mon, 26 Oct 2009 22:30:11 +0000 (22:30 +0000)
webinterface/src/WebIfConfig.py

index e7af823..7817b5d 100644 (file)
@@ -33,7 +33,9 @@ class WebIfConfigScreen(ConfigListScreen, Screen):
                
                self["key_red"] = StaticText(_("Cancel"))
                self["key_green"] = StaticText(_("OK"))
+               # SKIN Compat HACK!
                self["key_yellow"] = StaticText("")
+               # EO SKIN Compat HACK!
                self["setupActions"] = ActionMap(["SetupActions", "ColorActions"],
                {
                        "red": self.cancel,