changeset 6297:ae8b0a12e6f3

[gaim-migrate @ 6796] La la la, nobody saw that previous commit, la la la committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 24 Jul 2003 06:12:55 +0000
parents 3ac224953483
children ed21380750ea
files src/connection.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }