Mercurial > pidgin
comparison libpurple/protocols/oscar/oscar.c @ 26203:a2a03df86f59
Re-hide structs
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Mon, 23 Mar 2009 04:27:41 +0000 |
parents | 31f0fece7502 |
children | 1977e930ab03 |
comparison
equal
deleted
inserted
replaced
26202:fb7b216ead22 | 26203:a2a03df86f59 |
---|---|
4916 | 4916 |
4917 return; | 4917 return; |
4918 } | 4918 } |
4919 | 4919 |
4920 if (od->ssi.received_data) { | 4920 if (od->ssi.received_data) { |
4921 if (!aim_ssi_itemlist_finditem(od->ssi.local, group->name, buddy->name, AIM_SSI_TYPE_BUDDY)) { | 4921 if (!aim_ssi_itemlist_finditem(od->ssi.local, gname, bname, AIM_SSI_TYPE_BUDDY)) { |
4922 purple_debug_info("oscar", | 4922 purple_debug_info("oscar", |
4923 "ssi: adding buddy %s to group %s\n", buddy->name, group->name); | 4923 "ssi: adding buddy %s to group %s\n", bname, gname); |
4924 aim_ssi_addbuddy(od, buddy->name, group->name, NULL, purple_buddy_get_alias_only(buddy), NULL, NULL, 0); | 4924 aim_ssi_addbuddy(od, bname, gname, NULL, purple_buddy_get_alias_only(buddy), NULL, NULL, 0); |
4925 | 4925 |
4926 /* Mobile users should always be online */ | 4926 /* Mobile users should always be online */ |
4927 if (buddy->name[0] == '+') { | 4927 if (bname[0] == '+') { |
4928 purple_prpl_got_user_status(account, bname, | 4928 purple_prpl_got_user_status(account, bname, |
4929 OSCAR_STATUS_ID_AVAILABLE, NULL); | 4929 OSCAR_STATUS_ID_AVAILABLE, NULL); |
4930 purple_prpl_got_user_status(account, bname, | 4930 purple_prpl_got_user_status(account, bname, |
4931 OSCAR_STATUS_ID_MOBILE, NULL); | 4931 OSCAR_STATUS_ID_MOBILE, NULL); |
4932 } | 4932 } |