diff src/buddy_chat.c @ 2345:a49e8f1afbc4

[gaim-migrate @ 2358] you say potato, i say potato you say tomato, i say tomato potato, potato tomato, tomato let's call the whole thing off. *sigh*. it just doesn't work as well when it's typed. but you wouldn't want to hear me sing it. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 22 Sep 2001 09:14:27 +0000
parents bd9d403fb15b
children b1c1e3401e10
line wrap: on
line diff
--- a/src/buddy_chat.c	Sat Sep 22 07:02:30 2001 +0000
+++ b/src/buddy_chat.c	Sat Sep 22 09:14:27 2001 +0000
@@ -633,7 +633,7 @@
 	int pos;
 	GList *ignored;
 
-	plugin_event(event_chat_buddy_join, b->gc, b->name, name, 0);
+	plugin_event(event_chat_buddy_join, b->gc, (void *)b->id, name, 0);
 	b->in_room = g_list_insert_sorted(b->in_room, name, insertname);
 	pos = g_list_index(b->in_room, name);
 
@@ -739,7 +739,7 @@
 
 	char tmp[BUF_LONG];
 
-	plugin_event(event_chat_buddy_leave, b->gc, b->name, buddy, 0);
+	plugin_event(event_chat_buddy_leave, b->gc, (void *)b->id, buddy, 0);
 
 	while (names) {
 		if (!g_strcasecmp((char *)names->data, buddy)) {