diff src/prpl.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 314111e7b601
children 636b5215552e
line wrap: on
line diff
--- a/src/prpl.c	Tue Sep 02 03:34:37 2003 +0000
+++ b/src/prpl.c	Tue Sep 02 03:41:10 2003 +0000
@@ -123,7 +123,7 @@
 	struct icon_data tmp;
 	GList *l;
 	struct icon_data *id;
-	struct buddy *b;
+	GaimBuddy *b;
 	/* i'm going to vent here a little bit about normalize().  normalize()
 	 * uses a static buffer, so when we call functions that use normalize() from
 	 * functions that use normalize(), whose parameters are the result of running
@@ -279,7 +279,7 @@
 	GaimAccount *account;
 	char buf[BUF_LONG];
 	struct got_add *ga;
-	struct buddy *b;
+	GaimBuddy *b;
 
 	account = gaim_connection_get_account(gc);
 	b = gaim_find_buddy(gc->account, who);