[Avida-SVN] r2169 - branches/developers/avida-edward/source/python/AvidaGui2

kaben at myxo.css.msu.edu kaben at myxo.css.msu.edu
Thu Nov 1 11:27:22 PDT 2007


Author: kaben
Date: 2007-11-01 14:27:22 -0400 (Thu, 01 Nov 2007)
New Revision: 2169

Modified:
   branches/developers/avida-edward/source/python/AvidaGui2/pyAvida.py
Log:
Fixed bug in Avida-ED where CPU usage was 99% in idle.


Modified: branches/developers/avida-edward/source/python/AvidaGui2/pyAvida.py
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/pyAvida.py	2007-11-01 12:41:16 UTC (rev 2168)
+++ branches/developers/avida-edward/source/python/AvidaGui2/pyAvida.py	2007-11-01 18:27:22 UTC (rev 2169)
@@ -88,7 +88,7 @@
       self.m_update_ck_timer,
       qt.SIGNAL("timeout()"),
       self.updateCheckSlot)
-    self.m_update_ck_timer.start(0)
+    self.m_update_ck_timer.start(10)
 
     return self
 




More information about the Avida-cvs mailing list