Author: remi
Date: 2009-03-12 14:40:24 +0100 (Thu, 12 Mar 2009)
New Revision: 4001

Modified:
   
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/TuxAPI.py
Log:
* fixed eyes object name ... Ho my god ...

Modified: 
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/TuxAPI.py
===================================================================
--- 
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/TuxAPI.py
  2009-03-12 13:31:45 UTC (rev 4000)
+++ 
software_suite_v2/tuxware/pytuxisalive/branches/0.3.0/src/tuxisalive/api/TuxAPI.py
  2009-03-12 13:40:24 UTC (rev 4001)
@@ -59,7 +59,7 @@
         self.mouth = MouthEyes(self, self.server, ST_NAME_MOUTH_POSITION,
             ST_NAME_MOUTH_RM, "mouth")
         # Create the eyes object
-        self.mouth = MouthEyes(self, self.server, ST_NAME_EYES_POSITION,
+        self.eyes = MouthEyes(self, self.server, ST_NAME_EYES_POSITION,
             ST_NAME_EYES_RM, "eyes")
         # Create the tts object
         self.tts = TTS(self, self.server)


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to