diff src/server.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 beeb7c7d16b7
children 532635bc38c1
line wrap: on
line diff
--- a/src/server.c	Fri Nov 14 13:29:55 2003 +0000
+++ b/src/server.c	Fri Nov 14 18:09:31 2003 +0000
@@ -1469,8 +1469,7 @@
 	plugin_return = GPOINTER_TO_INT(
 		gaim_signal_emit_return_1(gaim_conversations_get_handle(),
 								  "received-chat-msg", g->account,
-								  &angel, &buffy,
-								  gaim_conv_chat_get_id(GAIM_CONV_CHAT(conv))));
+								  &angel, &buffy, conv));
 
 	if (!buffy || !angel || plugin_return) {
 		if (buffy)