comparison src/blist.c @ 6776:46e1c07f4de5

[gaim-migrate @ 7314] forgot one committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 07 Sep 2003 06:55:26 +0000
parents 272b67f33a1e
children b8bc8dd411cc
comparison
equal deleted inserted replaced
6775:272b67f33a1e 6776:46e1c07f4de5
759 struct _gaim_hbuddy *hb = g_new(struct _gaim_hbuddy, 1); 759 struct _gaim_hbuddy *hb = g_new(struct _gaim_hbuddy, 1);
760 hb->name = g_strdup(normalize(b->name)); 760 hb->name = g_strdup(normalize(b->name));
761 hb->account = b->account; 761 hb->account = b->account;
762 hb->group = cnode->parent; 762 hb->group = cnode->parent;
763 763
764 g_hash_table_remove(gaimbuddylist->buddies, &hb); 764 g_hash_table_remove(gaimbuddylist->buddies, hb);
765 765
766 hb->group = gnode; 766 hb->group = gnode;
767 g_hash_table_replace(gaimbuddylist->buddies, hb, b); 767 g_hash_table_replace(gaimbuddylist->buddies, hb, b);
768 768
769 if(b->account->gc) 769 if(b->account->gc)