X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/ed6ab83ab71bbef6d8df689f9ea7f9c1474f625f..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