aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2006-05-01 21:10:41 +0000
committerFelix Domke <tmbinc@elitedvb.net>2006-05-01 21:10:41 +0000
commit07d7a4b23312577ccfe7b196169160594ba63601 (patch)
treea5097b2acb51838e7503d17d4a17e3a6e36fb12a /lib/python
parent1b9b1eeddb8259b72b6d95c445ae22394c213ffa (diff)
downloadenigma2-07d7a4b23312577ccfe7b196169160594ba63601.tar.gz
enigma2-07d7a4b23312577ccfe7b196169160594ba63601.zip
fix text for buttons
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/Button.py1
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)