comparison 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
comparison
equal deleted inserted replaced
7014:67c4e9d39242 7015:dece74f05509
720 } 720 }
721 l = l->next; 721 l = l->next;
722 } 722 }
723 723
724 if (id) 724 if (id)
725 show_got_added(gc, id, who, NULL, msg); 725 gaim_account_notify_added(gc->account, id, who, NULL, msg);
726 } 726 }
727 727
728 static void yahoo_buddy_denied_our_add(GaimConnection *gc, struct yahoo_packet *pkt) 728 static void yahoo_buddy_denied_our_add(GaimConnection *gc, struct yahoo_packet *pkt)
729 { 729 {
730 char *who = NULL; 730 char *who = NULL;