X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1b9b1eeddb8259b72b6d95c445ae22394c213ffa..07d7a4b23312577ccfe7b196169160594ba63601:/lib/python/Components/Button.py diff --git a/lib/python/Components/Button.py b/lib/python/Components/Button.py index 2839a034..f1acb99d 100644 --- a/lib/python/Components/Button.py +++ b/lib/python/Components/Button.py @@ -29,4 +29,5 @@ class Button(VariableText, HTMLComponent, GUIComponent): GUI_WIDGET = eButton def postWidgetCreate(self, instance): + instance.setText(self.text) instance.selected.get().append(self.push)