Mercurial > pidgin
diff src/protocols/yahoo/yahoo.c @ 7015:dece74f05509
[gaim-migrate @ 7578]
Further core/UI splittage. show_got_added() -> gaim_account_notify_added()
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Mon, 29 Sep 2003 15:28:20 +0000 |
| parents | 859cafb6433f |
| children | 35a567991f76 |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c Mon Sep 29 15:23:19 2003 +0000 +++ b/src/protocols/yahoo/yahoo.c Mon Sep 29 15:28:20 2003 +0000 @@ -722,7 +722,7 @@ } if (id) - show_got_added(gc, id, who, NULL, msg); + gaim_account_notify_added(gc->account, id, who, NULL, msg); } static void yahoo_buddy_denied_our_add(GaimConnection *gc, struct yahoo_packet *pkt)
