From: Stefan Pluecken Date: Tue, 6 Dec 2005 19:22:33 +0000 (+0000) Subject: reoder derivation X-Git-Tag: 2.6.0~4816 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/7a08d41d8576c31b64a6e638c326b21def981757 reoder derivation --- 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