Author: dmeyer
Date: Sat Feb 25 21:02:12 2006
New Revision: 7943

Modified:
   trunk/dbox/src/ui/dbox.py

Log:
set higher timer intervall

Modified: trunk/dbox/src/ui/dbox.py
==============================================================================
--- trunk/dbox/src/ui/dbox.py   (original)
+++ trunk/dbox/src/ui/dbox.py   Sat Feb 25 21:02:12 2006
@@ -19,7 +19,7 @@
         self.item = None
         self.connected = False
         EventHandler(self.eventhandler).register()
-        Timer(self.status).start(1)
+        Timer(self.status).start(0.1)
         kaa.notifier.signals['shutdown'].connect(self.shutdown)
         self.check_startup()
         


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to