Thu, 24 Jul 2003 06:12:55 +0000
[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); }