[gaim-migrate @ 6796]

Thu, 24 Jul 2003 06:12:55 +0000

author
Christian Hammond <chipx86@chipx86.com>
date
Thu, 24 Jul 2003 06:12:55 +0000
changeset 6297
1be1bc3d9f17
parent 6296
f66630baf786
child 6298
55e0477a9b3f

[gaim-migrate @ 6796]
La la la, nobody saw that previous commit, la la la

src/connection.c file | annotate | diff | comparison | revisions
--- a/src/connection.c	Thu Jul 24 05:43:14 2003 +0000
+++ b/src/connection.c	Thu Jul 24 06:12:55 2003 +0000
@@ -51,8 +51,6 @@
 	gaim_connection_set_account(gc, account);
 	gaim_account_set_connection(account, gc);
 
-	connections = g_list_append(connections, gc);
-
 	return gc;
 }
 
@@ -152,6 +150,8 @@
 
 	gaim_debug(GAIM_DEBUG_INFO, "connection", "Calling serv_login\n");
 
+	connections = g_list_append(connections, gc);
+
 	serv_login(account);
 }
 

mercurial