changeset 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 513fd80bcd2e
files src/blist.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/blist.c	Sun Sep 07 06:53:06 2003 +0000
+++ b/src/blist.c	Sun Sep 07 06:55:26 2003 +0000
@@ -761,7 +761,7 @@
 				hb->account = b->account;
 				hb->group = cnode->parent;
 
-				g_hash_table_remove(gaimbuddylist->buddies, &hb);
+				g_hash_table_remove(gaimbuddylist->buddies, hb);
 
 				hb->group = gnode;
 				g_hash_table_replace(gaimbuddylist->buddies, hb, b);