Author: jerome
Date: 2009-12-07 13:02:06 +0100 (Mon, 07 Dec 2009)
New Revision: 5944

Modified:
   
software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/plugin-skype.py
Log:
* Fixed a dummy bug.

Modified: 
software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/plugin-skype.py
===================================================================
--- 
software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/plugin-skype.py
   2009-12-07 11:57:59 UTC (rev 5943)
+++ 
software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/plugin-skype.py
   2009-12-07 12:02:06 UTC (rev 5944)
@@ -211,7 +211,7 @@
         #Getting tts user name.
         contactTTS = self.synchronious.getTTSName(UserHandle)
         self.throwNotification("start")
-        self.throwMessage('{0} is now {1}', UserHandle, contactTTS)
+        self.throwMessage('{0} is now {1}', contactTTS, Status)
         self.throwNotification("stop")
     
     


------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Tux-droid-svn mailing list
Tux-droid-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to