X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/c0d78035b8c76e719bf7c05ff3812eb5a6ce9fe3..cfb7ccb1ee949337ebbbde784828ed46943af6eb:/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)