comparison src/buddy.c @ 1817:b367beee6448

[gaim-migrate @ 1827] reworked autorecon.c. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 06 May 2001 10:08:40 +0000
parents f15d449b3167
children 5fc89f9e7f3e
comparison
equal deleted inserted replaced
1816:aa2bb1bfbd4b 1817:b367beee6448
468 GSList *c = connections; 468 GSList *c = connections;
469 struct gaim_connection *g = NULL; 469 struct gaim_connection *g = NULL;
470 470
471 while (c) { 471 while (c) {
472 g = (struct gaim_connection *)c->data; 472 g = (struct gaim_connection *)c->data;
473 g->wants_to_die = TRUE;
473 signoff(g); 474 signoff(g);
474 c = connections; 475 c = connections;
475 } 476 }
476 } 477 }
477 478