Mercurial > pidgin
changeset 15151:d1014e749b4e
[gaim-migrate @ 17937]
Pass the password for the account, if one has been specified, to gaim_connection_new() when doing an account registration request. This allows autofilling of the password field if a subsequent dialogue is displayed (as with Jabber).
committer: Tailor Script <tailor@pidgin.im>
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Sun, 10 Dec 2006 05:55:02 +0000 |
parents | 45a939f70f1d |
children | be2feab10c71 |
files | libgaim/account.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libgaim/account.c Sun Dec 10 05:33:44 2006 +0000 +++ b/libgaim/account.c Sun Dec 10 05:55:02 2006 +0000 @@ -898,7 +898,7 @@ gaim_debug_info("account", "Registering account %s\n", gaim_account_get_username(account)); - gaim_connection_new(account, TRUE, NULL); + gaim_connection_new(account, TRUE, gaim_account_get_password(account)); } static void