comparison src/buddy.c @ 2560:0417ecaff0e5

[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 <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 19 Oct 2001 21:57:09 +0000
parents e49ab50736bf
children 552a56d334ec
comparison
equal deleted inserted replaced
2559:e49ab50736bf 2560:0417ecaff0e5
1269 #endif 1269 #endif
1270 1270
1271 /* first we tell those who have requested it we're quitting */ 1271 /* first we tell those who have requested it we're quitting */
1272 plugin_event(event_quit, 0, 0, 0, 0); 1272 plugin_event(event_quit, 0, 0, 0, 0);
1273 1273
1274 signoff_all();
1274 #ifdef GAIM_PLUGINS 1275 #ifdef GAIM_PLUGINS
1275 /* then we remove everyone in a mass suicide */ 1276 /* then we remove everyone in a mass suicide */
1276 remove_all_plugins(); 1277 remove_all_plugins();
1277 #endif 1278 #endif
1278 signoff_all();
1279 system_log(log_quit, NULL, NULL, OPT_LOG_BUDDY_SIGNON | OPT_LOG_MY_SIGNON); 1279 system_log(log_quit, NULL, NULL, OPT_LOG_BUDDY_SIGNON | OPT_LOG_MY_SIGNON);
1280 #ifdef USE_PERL 1280 #ifdef USE_PERL
1281 perl_end(); 1281 perl_end();
1282 #endif 1282 #endif
1283 1283