comparison src/protocols/rendezvous/rendezvous.c @ 8634:bcb09cc97b63

[gaim-migrate @ 9386] Beginning of my code auditing, or whatever. Ima go eat lunch and do some homework. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 11 Apr 2004 18:18:30 +0000
parents 7b8f2818f38a
children 005c96dab551
comparison
equal deleted inserted replaced
8633:f8292be3b45c 8634:bcb09cc97b63
438 GList *l; 438 GList *l;
439 GaimAccount *cur; 439 GaimAccount *cur;
440 for (l = gaim_accounts_get_all(); l != NULL; l = l->next) { 440 for (l = gaim_accounts_get_all(); l != NULL; l = l->next) {
441 cur = (GaimAccount *)l->data; 441 cur = (GaimAccount *)l->data;
442 if (!strcmp(gaim_account_get_protocol_id(cur), "prpl-oscar")) { 442 if (!strcmp(gaim_account_get_protocol_id(cur), "prpl-oscar")) {
443 /* XXX - Should the name be normalized? */
443 rendezvous_add_to_txt(rd, "AIM", gaim_account_get_username(cur)); 444 rendezvous_add_to_txt(rd, "AIM", gaim_account_get_username(cur));
444 break; 445 break;
445 } 446 }
446 } 447 }
447 } 448 }