diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-05-01 21:10:41 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-05-01 21:10:41 +0000 |
| commit | 07d7a4b23312577ccfe7b196169160594ba63601 (patch) | |
| tree | a5097b2acb51838e7503d17d4a17e3a6e36fb12a /lib/python | |
| parent | 1b9b1eeddb8259b72b6d95c445ae22394c213ffa (diff) | |
| download | enigma2-07d7a4b23312577ccfe7b196169160594ba63601.tar.gz enigma2-07d7a4b23312577ccfe7b196169160594ba63601.zip | |
fix text for buttons
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/Button.py | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
