Author: remi
Date: 2008-09-17 18:23:54 +0200 (Wed, 17 Sep 2008)
New Revision: 1887

Modified:
   
software_suite_v2/tuxware/pytuxisalive/trunk/src/tuxisalive/lib/wordlogger/WordLogger.py
   
software_suite_v2/tuxware/pytuxisalive/trunk/src/tuxisalive/lib/wordlogger/version.py
Log:
* updated the delay between 2 "pythoncom.PumpWaitingMessages()" in order to 
avoid the little keyboard freezings
* updated the version to 0.0.2

Modified: 
software_suite_v2/tuxware/pytuxisalive/trunk/src/tuxisalive/lib/wordlogger/WordLogger.py
===================================================================
--- 
software_suite_v2/tuxware/pytuxisalive/trunk/src/tuxisalive/lib/wordlogger/WordLogger.py
    2008-09-17 16:04:14 UTC (rev 1886)
+++ 
software_suite_v2/tuxware/pytuxisalive/trunk/src/tuxisalive/lib/wordlogger/WordLogger.py
    2008-09-17 16:23:54 UTC (rev 1887)
@@ -67,9 +67,9 @@
         while self.__getStarted():
             try:
                 pythoncom.PumpWaitingMessages()
-                time.sleep(0.05)
+                time.sleep(0.01)
             except:
-                time.sleep(0.05)
+                time.sleep(0.01)
             
     def start(self):
         """Start the word logger.

Modified: 
software_suite_v2/tuxware/pytuxisalive/trunk/src/tuxisalive/lib/wordlogger/version.py
===================================================================
--- 
software_suite_v2/tuxware/pytuxisalive/trunk/src/tuxisalive/lib/wordlogger/version.py
       2008-09-17 16:04:14 UTC (rev 1886)
+++ 
software_suite_v2/tuxware/pytuxisalive/trunk/src/tuxisalive/lib/wordlogger/version.py
       2008-09-17 16:23:54 UTC (rev 1887)
@@ -10,7 +10,7 @@
 #    http://www.gnu.org/copyleft/gpl.html
 
 name = 'tuxisalive.lib.wordlogger'
-version = '0.0.1-Beta'
+version = '0.0.2'
 author = "Remi Jocaille ([EMAIL PROTECTED])"
 
 description = "Module to make a word logger."


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to