From 07d7a4b23312577ccfe7b196169160594ba63601 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 1 May 2006 21:10:41 +0000 Subject: [PATCH 1/1] fix text for buttons --- lib/python/Components/Button.py | 1 + 1 file changed, 1 insertion(+) 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) -- 2.30.2