Author: Paul_R
Date: 2008-06-26 15:13:59 +0200 (Thu, 26 Jun 2008)
New Revision: 1271
Modified:
software/tuxgi/trunk/tuxgi.py
Log:
* Bug : Voice list not always loaded at startup
Modified: software/tuxgi/trunk/tuxgi.py
===================================================================
--- software/tuxgi/trunk/tuxgi.py 2008-06-26 12:17:37 UTC (rev 1270)
+++ software/tuxgi/trunk/tuxgi.py 2008-06-26 13:13:59 UTC (rev 1271)
@@ -121,9 +121,8 @@
tux.event.handler.register(ST_NAME_FLIPPERS_RM, self.on_flippers_stop)
tux.event.handler.register("all", self.on_status)
tux.tts.registerEventOnVoiceList(self.update_voice_list)
+ tux.server.waitConnected()
self.update_voice_list()
- #self.__t = threading.Thread(target = self.status_viewer_thread)
- #self.__t.start()
thread.start_new_thread(self.status_viewer_thread,())
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn