X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/61a5da5640d69cb3a97dd689c7e1abc548ad8386..7a08d41d8576c31b64a6e638c326b21def981757:/lib/python/Components/Label.py diff --git a/lib/python/Components/Label.py b/lib/python/Components/Label.py index c4efcda4..730a01e5 100644 --- a/lib/python/Components/Label.py +++ b/lib/python/Components/Label.py @@ -30,7 +30,7 @@ class Label(HTMLComponent, GUIComponent, VariableText): def hide(self): self.instance.hide() -class LabelConditional(ConditionalWidget, Label): +class LabelConditional(Label, ConditionalWidget): def __init__(self, text = "", withTimer = True): ConditionalWidget.__init__(self, withTimer = withTimer) Label.__init__(self, text = text) \ No newline at end of file