X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/aa3e781f31a04223416f0a34b25ab95fc0bef429..1e1c01fece5a4a86a762af265e382da5dbb2d8cb:/lib/python/Components/Button.py diff --git a/lib/python/Components/Button.py b/lib/python/Components/Button.py index d773b2c1..d9226b6d 100644 --- a/lib/python/Components/Button.py +++ b/lib/python/Components/Button.py @@ -29,7 +29,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