Mercurial > pidgin
changeset 1465:163b9ee8d789
[gaim-migrate @ 1475]
dhunter says "warmenhoven's a moron"
warmenhoven says "huh?"
dhunter says "exactly."
:) thanks
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sat, 03 Feb 2001 13:16:15 +0000 |
parents | ae075ecc7c34 |
children | 1a24237f5865 |
files | src/buddy.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buddy.c Sat Feb 03 11:57:24 2001 +0000 +++ b/src/buddy.c Sat Feb 03 13:16:15 2001 +0000 @@ -648,7 +648,7 @@ gc->groups = g_slist_remove(gc->groups, delg); if ((gs = find_group_show(delg->name)) != NULL) { - shows = g_slist_remove(shows, gc); + shows = g_slist_remove(shows, gs); gtk_tree_remove_item(GTK_TREE(buddies), gs->item); g_free(gs->name); g_free(gs);