comparison src/buddy.c @ 891:fa2feef25e1e

[gaim-migrate @ 901] Oscar options? committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 12 Sep 2000 22:59:36 +0000
parents db5f5c33e83f
children 36dcec9595ee
comparison
equal deleted inserted replaced
890:1fd6a31679f3 891:fa2feef25e1e
292 groups = g_list_remove(groups, groups->data); 292 groups = g_list_remove(groups, groups->data);
293 } 293 }
294 294
295 sprintf(debug_buff, "date: %s\n", full_date()); 295 sprintf(debug_buff, "date: %s\n", full_date());
296 debug_print(debug_buff); 296 debug_print(debug_buff);
297 update_keepalive(FALSE);
297 serv_close(); 298 serv_close();
298 destroy_all_dialogs(); 299 destroy_all_dialogs();
299 destroy_buddy(); 300 destroy_buddy();
300 hide_login_progress(""); 301 hide_login_progress("");
301 #ifdef USE_APPLET 302 #ifdef USE_APPLET