check every second is enough
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sat, 10 Dec 2005 23:48:37 +0000 (23:48 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sat, 10 Dec 2005 23:48:37 +0000 (23:48 +0000)
lib/python/Components/ConditionalWidget.py

index 52dcb20c84fc778cd18c1b44a470c26f0379e0df..43130fdcd89c906e8089fcae8f09152346f59c3a 100644 (file)
@@ -43,7 +43,7 @@ class ConditionalWidget(Widget):
                if (withTimer):
                        self.conditionCheckTimer = eTimer()
                        self.conditionCheckTimer.timeout.get().append(self.update)
                if (withTimer):
                        self.conditionCheckTimer = eTimer()
                        self.conditionCheckTimer.timeout.get().append(self.update)
-                       self.conditionCheckTimer.start(500)
+                       self.conditionCheckTimer.start(1000)
                
        def setConnect(self, conditionalFunction):
                self.conditionalFunction = conditionalFunction
                
        def setConnect(self, conditionalFunction):
                self.conditionalFunction = conditionalFunction