comparison src/multi.c @ 2559:e49ab50736bf

[gaim-migrate @ 2572] some protocols (like icq) expect that they'll be signed off. if they're compiled statically they need to be signed off. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 19 Oct 2001 21:55:46 +0000
parents 4fc6aac9da94
children c2abbf94b93d
comparison
equal deleted inserted replaced
2558:78a1cee07540 2559:e49ab50736bf
1221 meters = g_slist_remove(meters, meter); 1221 meters = g_slist_remove(meters, meter);
1222 g_free(meter); 1222 g_free(meter);
1223 } 1223 }
1224 } 1224 }
1225 1225
1226 void signoff_all(gpointer w, gpointer d) 1226 void signoff_all()
1227 { 1227 {
1228 GSList *c = connections; 1228 GSList *c = connections;
1229 struct gaim_connection *g = NULL; 1229 struct gaim_connection *g = NULL;
1230 1230
1231 while (c) { 1231 while (c) {