diff src/protocols/irc/msgs.c @ 6695:0c5637b5462e

[gaim-migrate @ 7221] This is contact support. Really. It has a few bugs left in it, like sorting not working, and stuff like that, but it's pretty solid for the most part. I'm not in the mood to do a whole lot of typing, so just use and enjoy. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 02 Sep 2003 03:41:10 +0000
parents a4622f1fb5a1
children 0c260c4e753e
line wrap: on
line diff
--- a/src/protocols/irc/msgs.c	Tue Sep 02 03:34:37 2003 +0000
+++ b/src/protocols/irc/msgs.c	Tue Sep 02 03:41:10 2003 +0000
@@ -481,7 +481,7 @@
 static void irc_buddy_status(char *name, struct irc_buddy *ib, struct irc_conn *irc)
 {
 	GaimConnection *gc = gaim_account_get_connection(irc->account);
-	struct buddy *buddy = gaim_find_buddy(irc->account, name);
+	GaimBuddy *buddy = gaim_find_buddy(irc->account, name);
 
 	if (!gc || !buddy)
 		return;