reoder derivation
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Tue, 6 Dec 2005 19:22:33 +0000 (19:22 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Tue, 6 Dec 2005 19:22:33 +0000 (19:22 +0000)
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