Author: Paul_R
Date: 2008-06-25 16:51:57 +0200 (Wed, 25 Jun 2008)
New Revision: 1268

Modified:
   software/tuxgi/trunk/tuxgi.py
Log:
* Removed the TTS play toggle on sound event.
  I've also removed the mouth movement on the sound event, because of the
  interaction with attitunes.


Modified: software/tuxgi/trunk/tuxgi.py
===================================================================
--- software/tuxgi/trunk/tuxgi.py       2008-06-25 14:38:07 UTC (rev 1267)
+++ software/tuxgi/trunk/tuxgi.py       2008-06-25 14:51:57 UTC (rev 1268)
@@ -506,17 +506,9 @@
         global onplay
         global toggled_by_event
         if value == "ON":
-            toggled_by_event=True
-            self.get_widget("togglebutton3").set_active(True)
-            toggled_by_event=False
             onplay=True
-            tux.mouth.open()
         else:
-            toggled_by_event=True
-            self.get_widget("togglebutton3").set_active(False)
-            toggled_by_event=False
             onplay=False
-            tux.mouth.close()
 
     #--------------------------------------------------------------------------
     # On new authorized voices list event


-------------------------------------------------------------------------
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

Reply via email to