# HG changeset patch # User Christian Hammond # Date 1059027175 0 # Node ID ae8b0a12e6f3575fa3147caa64cb8a584e16c299 # Parent 3ac22495348312a50d09393634493814bc3a6977 [gaim-migrate @ 6796] La la la, nobody saw that previous commit, la la la committer: Tailor Script diff -r 3ac224953483 -r ae8b0a12e6f3 src/connection.c --- 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); }