Author: jerome
Date: 2009-03-13 10:22:20 +0100 (Fri, 13 Mar 2009)
New Revision: 4044
Modified:
software_suite_v2/software/gadgets/tuxdroid-gadget-skype/trunk/tuxdroid-skype-gadget/executables/tuxdroid-gadget-skype.py
Log:
* Give the first name upon start.
Modified:
software_suite_v2/software/gadgets/tuxdroid-gadget-skype/trunk/tuxdroid-skype-gadget/executables/tuxdroid-gadget-skype.py
===================================================================
---
software_suite_v2/software/gadgets/tuxdroid-gadget-skype/trunk/tuxdroid-skype-gadget/executables/tuxdroid-gadget-skype.py
2009-03-13 09:15:12 UTC (rev 4043)
+++
software_suite_v2/software/gadgets/tuxdroid-gadget-skype/trunk/tuxdroid-skype-gadget/executables/tuxdroid-gadget-skype.py
2009-03-13 09:22:20 UTC (rev 4044)
@@ -339,6 +339,9 @@
if len(user.FullName.encode("UTF-8")) > 0:
self.__contactsDict[user.FullName.encode("UTF-8").replace("
", "_")] = user.Handle.encode("UTF-8")
self.__contactsList.append(user.FullName.encode("UTF-8").replace(" ", "_"))
+
+ if len(self.__contactsDict) > 0:
+ self.nextContact()
return self.__contactsList
------------------------------------------------------------------------------
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