comparison src/buddy.c @ 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 12478dd1e9d7
children 18a14e6dd0af
comparison
equal deleted inserted replaced
1084:fb49b3f93726 1085:8da0bf36fb99
187 struct gaim_connection *gc; 187 struct gaim_connection *gc;
188 struct group *g; 188 struct group *g;
189 struct buddy_show *b; 189 struct buddy_show *b;
190 int total = 0, on = 0; 190 int total = 0, on = 0;
191 char buf[256]; 191 char buf[256];
192
193 if (!g_slist_find(shows, gs)) return;
192 194
193 while (c) { 195 while (c) {
194 gc = (struct gaim_connection *)c->data; 196 gc = (struct gaim_connection *)c->data;
195 g = find_group(gc, gs->name); 197 g = find_group(gc, gs->name);
196 if (g) { 198 if (g) {