# HG changeset patch # User Christian Hammond # Date 1054432809 0 # Node ID 8c895d80159a41d0c0ac6d5f8891620953d0a952 # Parent 70ae81fc802f0521ebd15276d46f6db9699cbd23 [gaim-migrate @ 6030] lala. committer: Tailor Script diff -r 70ae81fc802f -r 8c895d80159a src/connection.c --- a/src/connection.c Sun Jun 01 01:42:09 2003 +0000 +++ b/src/connection.c Sun Jun 01 02:00:09 2003 +0000 @@ -40,8 +40,6 @@ gaim_connection_set_account(gc, account); gaim_account_set_connection(account, gc); - connections = g_list_append(connections, gc); - return gc; } @@ -99,6 +97,8 @@ gaim_debug(GAIM_DEBUG_INFO, "connection", "Calling serv_login\n"); + connections = g_list_append(connections, gc); + serv_login(account); }