[gaim-migrate @ 6150]

Tue, 03 Jun 2003 21:44:40 +0000

author
Nathan Walp <nwalp@pidgin.im>
date
Tue, 03 Jun 2003 21:44:40 +0000
changeset 5727
883d5bc2eb0d
parent 5726
ab5a6ab03bdd
child 5728
80d0fd747093

[gaim-migrate @ 6150]
this should be better

src/connection.c file | annotate | diff | comparison | revisions
--- a/src/connection.c	Tue Jun 03 21:40:56 2003 +0000
+++ b/src/connection.c	Tue Jun 03 21:44:40 2003 +0000
@@ -329,10 +329,10 @@
 
 	ops = gaim_get_connection_ui_ops();
 
-	gaim_connection_disconnect(gc);
-
 	if (ops != NULL && ops->disconnected != NULL)
 		ops->disconnected(gc, text);
+
+	gaim_connection_disconnect(gc);
 }
 
 void

mercurial