Author: jerome
Date: 2009-12-03 13:25:06 +0100 (Thu, 03 Dec 2009)
New Revision: 5922

Modified:
   
software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/tests/AsyncTests.py
Log:
* Incomming -> Incoming 

Modified: 
software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/tests/AsyncTests.py
===================================================================
--- 
software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/tests/AsyncTests.py
       2009-12-02 11:35:46 UTC (rev 5921)
+++ 
software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/tests/AsyncTests.py
       2009-12-03 12:25:06 UTC (rev 5922)
@@ -106,13 +106,13 @@
     global synchronious
     
     asynchronious = AsynchroniousCommands(SkypeConnection)
-    asynchronious.OnIncommingMessage     = onChatMessage
+    asynchronious.OnIncomingMessage     = onChatMessage
     asynchronious.OnAvailableEmoticon    = onEmoticon
     asynchronious.OnAvailableTTSSentence = onTTS 
     
-    asynchronious.OnIncommingCallRefused = onIncomingRefused
-    asynchronious.OnIncommingCall        = onIncomingCall
-    asynchronious.OnIncommingFinished    = onIncomingFinished
+    asynchronious.OnIncomingCallRefused = onIncomingRefused
+    asynchronious.OnIncomingCall        = onIncomingCall
+    asynchronious.OnIncomingFinished    = onIncomingFinished
     
     asynchronious.OnOutgoingCallRefused = onOutgoingRefused
     asynchronious.OnOutgoingCall        = onOutgoingCall


------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to