don't complain on empty config files
[vuplus_dvbapp] / lib / python / Components / Button.py
index 2839a03..f1acb99 100644 (file)
@@ -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)