reoder derivation
[enigma2.git] / lib / python / Components / Label.py
index c4efcda4753b3fd0165620d3196d8e34d2239140..730a01e594b33b1cfd0c8cb713cfb6a5eaf2ddfa 100644 (file)
@@ -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