Mercurial > pidgin
diff src/protocols/msn/userlist.c @ 19799:88b0c434259a
[gaim-migrate @ 16733]
change the BL process method
continue to debug
This is an in progress version,continue to add support for send Yahoo Message
committed by Ma Yuan <mayuan2006@gmail.com>
committer: Ethan Blanton <elb@pidgin.im>
| author | Ma Yuan <mayuan2006@gmail.com> |
|---|---|
| date | Sun, 13 Aug 2006 06:09:48 +0000 |
| parents | 3a15b4e5c336 |
| children | da3f8f7ec3ce |
line wrap: on
line diff
--- a/src/protocols/msn/userlist.c Sat Aug 12 12:57:16 2006 +0000 +++ b/src/protocols/msn/userlist.c Sun Aug 13 06:09:48 2006 +0000 @@ -228,6 +228,7 @@ const char *passport; const char *friendly; + gaim_debug_info("MaYuan","got add user...\n"); account = session->account; passport = msn_user_get_passport(user); @@ -675,9 +676,8 @@ gaim_debug_info("MaYuan", "add user:{%s} to group id {%s}\n",store_name ,group_id); msn_add_contact(userlist->session->contact,who,group_id); -/* msn_notification_add_buddy(userlist->session->notification, list, who, + msn_notification_add_buddy(userlist->session->notification, list, who, store_name, group_id); - */ } void
