# HG changeset patch # User Evan Schoenberg # Date 1165730102 0 # Node ID d1014e749b4e21c339c21dd2ccfac697d020bad4 # Parent 45a939f70f1dc44920d7bc61fb1f5e09128fd6dd [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 diff -r 45a939f70f1d -r d1014e749b4e libgaim/account.c --- 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