comparison src/buddy.c @ 1115:114cd406b022

[gaim-migrate @ 1125] should be using signoff() after failures committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 21 Nov 2000 01:06:42 +0000
parents c73736fa0b7c
children f3e0f41beddb
comparison
equal deleted inserted replaced
1114:c61f9c384413 1115:114cd406b022
280 { 280 {
281 plugin_event(event_signoff, gc, 0, 0, 0); 281 plugin_event(event_signoff, gc, 0, 0, 0);
282 update_keepalive(gc, FALSE); 282 update_keepalive(gc, FALSE);
283 serv_close(gc); 283 serv_close(gc);
284 redo_buddy_list(); 284 redo_buddy_list();
285 #ifdef USE_APPLET
286 if (connections)
287 set_user_state(online);
288 #endif
285 289
286 if (connections) return; 290 if (connections) return;
287 291
288 { 292 {
289 GSList *s = shows; 293 GSList *s = shows;