# HG changeset patch # User Eric Warmenhoven # Date 1003528629 0 # Node ID 0417ecaff0e54a254917bf8917457777cc1bbe7f # Parent e49ab50736bfe3bab1c505540c48da3129b8f986 [gaim-migrate @ 2573] do them before we remove the plugins, so that you don't get the "this connection's protocol has been ripped out from underneath it" message 10 times. committer: Tailor Script diff -r e49ab50736bf -r 0417ecaff0e5 src/buddy.c --- a/src/buddy.c Fri Oct 19 21:55:46 2001 +0000 +++ b/src/buddy.c Fri Oct 19 21:57:09 2001 +0000 @@ -1271,11 +1271,11 @@ /* first we tell those who have requested it we're quitting */ plugin_event(event_quit, 0, 0, 0, 0); + signoff_all(); #ifdef GAIM_PLUGINS /* then we remove everyone in a mass suicide */ remove_all_plugins(); #endif - signoff_all(); system_log(log_quit, NULL, NULL, OPT_LOG_BUDDY_SIGNON | OPT_LOG_MY_SIGNON); #ifdef USE_PERL perl_end();