Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv25629
Modified Files:
buddy.c
Log Message:
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.
Index: buddy.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/buddy.c,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -d -r1.253 -r1.254
--- buddy.c 2001/10/19 21:55:46 1.253
+++ buddy.c 2001/10/19 21:57:09 1.254
@@ -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();
|