Mercurial > pidgin.yaz
changeset 5623:8c895d80159a
[gaim-migrate @ 6030]
lala.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 01 Jun 2003 02:00:09 +0000 |
parents | 70ae81fc802f |
children | 4cc9e3fa22c4 |
files | src/connection.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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); }