X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/aa3e781f31a04223416f0a34b25ab95fc0bef429..198c2588d73a87f3106412467ff72af643b8f0ed:/lib/python/Components/Button.py diff --git a/lib/python/Components/Button.py b/lib/python/Components/Button.py index d773b2c1..cb4b4213 100644 --- a/lib/python/Components/Button.py +++ b/lib/python/Components/Button.py @@ -17,11 +17,9 @@ class Button(HTMLComponent, GUIComponent, VariableText): return 0 def disable(self): -# self.instance.hide() pass def enable(self): -# self.instance.show() pass # html: @@ -29,7 +27,7 @@ class Button(HTMLComponent, GUIComponent, VariableText): return "\n" # GUI: - def createWidget(self, parent, skindata): + def createWidget(self, parent): g = eButton(parent) g.selected.get().append(self.push) return g