[gaim-migrate @ 2573]

Fri, 19 Oct 2001 21:57:09 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Fri, 19 Oct 2001 21:57:09 +0000
changeset 2560
b0d56e35b54b
parent 2559
78d06c387d19
child 2561
fa7470f0d541

[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.

src/buddy.c file | annotate | diff | comparison | revisions
--- 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();

mercurial