changeset 1085:8da0bf36fb99

[gaim-migrate @ 1095] hm. this shouldn't be necessary. the buddy list is fucked up, but i'm not sure how committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 12 Nov 2000 13:24:09 +0000
parents fb49b3f93726
children ce201056e7a6
files src/buddy.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/buddy.c	Sun Nov 12 12:22:44 2000 +0000
+++ b/src/buddy.c	Sun Nov 12 13:24:09 2000 +0000
@@ -190,6 +190,8 @@
 	int total = 0, on = 0;
 	char buf[256];
 
+	if (!g_slist_find(shows, gs)) return;
+
 	while (c) {
 		gc = (struct gaim_connection *)c->data;
 		g = find_group(gc, gs->name);