diff src/prpl.c @ 4491:3196d9044a45

[gaim-migrate @ 4766] aim_user is dead. long live gaim_account. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 31 Jan 2003 13:03:47 +0000
parents 5fb47ec9bfe4
children 53ce3af93edb
line wrap: on
line diff
--- a/src/prpl.c	Fri Jan 31 06:51:49 2003 +0000
+++ b/src/prpl.c	Fri Jan 31 13:03:47 2003 +0000
@@ -467,7 +467,7 @@
 	struct mail_notify *mn;
 	char buf[2048];
 
-	if (!(gc->user->options & OPT_USR_MAIL_CHECK))
+	if (!(gc->account->options & OPT_ACCT_MAIL_CHECK))
 		return;
 
 	if (!(mn = find_mail_notify(gc))) {
@@ -651,7 +651,7 @@
 {
 	char buf[BUF_LONG];
 	struct got_add *ga = g_new0(struct got_add, 1);
-	struct buddy *b = find_buddy(gc->user, who);
+	struct buddy *b = find_buddy(gc->account, who);
 
 	ga->gc = gc;
 	ga->who = g_strdup(who);