comparison src/dialogs.c @ 6745:57a24492434b

[gaim-migrate @ 7277] compile for windows.. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Thu, 04 Sep 2003 23:08:57 +0000
parents d93c6a1fadf2
children 362e60e7c265
comparison
equal deleted inserted replaced
6744:a781689ca455 6745:57a24492434b
441 bnode = cnode->child; 441 bnode = cnode->child;
442 cnode = cnode->next; 442 cnode = cnode->next;
443 while(bnode) { 443 while(bnode) {
444 GaimBuddy *b; 444 GaimBuddy *b;
445 if(GAIM_BLIST_NODE_IS_BUDDY(bnode)) { 445 if(GAIM_BLIST_NODE_IS_BUDDY(bnode)) {
446 b = (GaimBuddy*)bnode; 446 GaimConversation *c;
447 b = (GaimBuddy*)bnode;
447 bnode = bnode->next; 448 bnode = bnode->next;
448 GaimConversation *c = gaim_find_conversation_with_account(b->name, b->account); 449 c = gaim_find_conversation_with_account(b->name, b->account);
449 if(gaim_account_is_connected(b->account)) { 450 if(gaim_account_is_connected(b->account)) {
450 serv_remove_buddy(b->account->gc, b->name, g->name); 451 serv_remove_buddy(b->account->gc, b->name, g->name);
451 gaim_blist_remove_buddy(b); 452 gaim_blist_remove_buddy(b);
452 if(c) 453 if(c)
453 gaim_conversation_update(c, 454 gaim_conversation_update(c,