comparison src/protocols/oscar/oscar.c @ 4799:7fd8a82a7c36

[gaim-migrate @ 5119] read the comment in the code and know my rage. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 16 Mar 2003 07:51:11 +0000
parents 0c95a3731244
children 4af15fbcb00a
comparison
equal deleted inserted replaced
4798:0c95a3731244 4799:7fd8a82a7c36
2171 debug_printf("unknown rendezvous status!\n"); 2171 debug_printf("unknown rendezvous status!\n");
2172 } 2172 }
2173 } else if (args->reqclass & AIM_CAPS_GETFILE) { 2173 } else if (args->reqclass & AIM_CAPS_GETFILE) {
2174 } else if (args->reqclass & AIM_CAPS_VOICE) { 2174 } else if (args->reqclass & AIM_CAPS_VOICE) {
2175 } else if (args->reqclass & AIM_CAPS_BUDDYICON) { 2175 } else if (args->reqclass & AIM_CAPS_BUDDYICON) {
2176 set_icon_data(gc, normalize(userinfo->sn), args->info.icon.icon, 2176 set_icon_data(gc, userinfo->sn, args->info.icon.icon,
2177 args->info.icon.length); 2177 args->info.icon.length);
2178 } else if (args->reqclass & AIM_CAPS_IMIMAGE) { 2178 } else if (args->reqclass & AIM_CAPS_IMIMAGE) {
2179 struct ask_direct *d = g_new0(struct ask_direct, 1); 2179 struct ask_direct *d = g_new0(struct ask_direct, 1);
2180 char buf[256]; 2180 char buf[256];
2181 2181