diff src/conversation.c @ 7511:a899742289c2

[gaim-migrate @ 8124] Changed the parameters for the received-chat-msg signal to pass a conversation rather than an ID number. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 14 Nov 2003 18:09:31 +0000
parents 643cbc9a6035
children 7d95978b07d9
line wrap: on
line diff
--- a/src/conversation.c	Fri Nov 14 13:29:55 2003 +0000
+++ b/src/conversation.c	Fri Nov 14 18:09:31 2003 +0000
@@ -2650,13 +2650,14 @@
 						 gaim_value_new(GAIM_TYPE_UINT));
 
 	gaim_signal_register(handle, "received-chat-msg",
-						 gaim_marshal_BOOLEAN__POINTER_POINTER_POINTER_UINT,
+						 gaim_marshal_BOOLEAN__POINTER_POINTER_POINTER_POINTER,
 						 gaim_value_new(GAIM_TYPE_BOOLEAN), 4,
 						 gaim_value_new(GAIM_TYPE_SUBTYPE,
 										GAIM_SUBTYPE_ACCOUNT),
 						 gaim_value_new_outgoing(GAIM_TYPE_STRING),
 						 gaim_value_new_outgoing(GAIM_TYPE_STRING),
-						 gaim_value_new(GAIM_TYPE_UINT));
+						 gaim_value_new(GAIM_TYPE_SUBTYPE,
+										GAIM_SUBTYPE_CONVERSATION));
 
 	gaim_signal_register(handle, "conversation-switching",
 						 gaim_marshal_VOID__POINTER_POINTER, NULL, 2,