diff src/server.c @ 9514:1fac0336890c

[gaim-migrate @ 10341] Gary Kramlich writes: " This patch modifies the chat-invited signal to also give out the GHashTable of the chat components so a call back can successful join a chat when the signal is emited." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 12 Jul 2004 02:40:12 +0000
parents 2c7dcb5851f4
children fe35f55ee984
line wrap: on
line diff
--- a/src/server.c	Sun Jul 11 21:47:10 2004 +0000
+++ b/src/server.c	Mon Jul 12 02:40:12 2004 +0000
@@ -1441,7 +1441,7 @@
 	account = gaim_connection_get_account(gc);
 
 	gaim_signal_emit(gaim_conversations_get_handle(),
-					 "chat-invited", account, who, name, message);
+					 "chat-invited", account, who, name, message, data);
 
 	if (message)
 		g_snprintf(buf2, sizeof(buf2),