From: <sa...@us...> - 2006-11-15 19:52:38
|
Revision: 17753 http://svn.sourceforge.net/gaim/?rev=17753&view=rev Author: sadrul Date: 2006-11-15 11:52:37 -0800 (Wed, 15 Nov 2006) Log Message: ----------- Patch #1595831 (fix for bug 1595828 - chat_invite has reversed params) from Ryan Barrett. Modified Paths: -------------- trunk/COPYRIGHT trunk/libgaim/prpl.h Modified: trunk/COPYRIGHT =================================================================== --- trunk/COPYRIGHT 2006-11-15 19:38:49 UTC (rev 17752) +++ trunk/COPYRIGHT 2006-11-15 19:52:37 UTC (rev 17753) @@ -16,6 +16,7 @@ Chris Banal Luca Barbato Levi Bard +Ryan Barrett Kevin Barry Derek Battams Martin Bayard Modified: trunk/libgaim/prpl.h =================================================================== --- trunk/libgaim/prpl.h 2006-11-15 19:38:49 UTC (rev 17752) +++ trunk/libgaim/prpl.h 2006-11-15 19:52:37 UTC (rev 17753) @@ -244,7 +244,7 @@ void (*reject_chat)(GaimConnection *, GHashTable *components); char *(*get_chat_name)(GHashTable *components); void (*chat_invite)(GaimConnection *, int id, - const char *who, const char *message); + const char *message, const char *who); void (*chat_leave)(GaimConnection *, int id); void (*chat_whisper)(GaimConnection *, int id, const char *who, const char *message); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |