Mercurial > pidgin.yaz
changeset 10743:279eee07dd42
[gaim-migrate @ 12345]
The order of this is pretty important for remembering your password.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 27 Mar 2005 00:33:58 +0000 |
parents | 4228b6d78506 |
children | 1b927566fcc4 |
files | src/account.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/account.c Sun Mar 27 00:20:43 2005 +0000 +++ b/src/account.c Sun Mar 27 00:33:58 2005 +0000 @@ -567,8 +567,8 @@ child = xmlnode_get_child(node, "password"); if ((child != NULL) && ((data = xmlnode_get_data(child)) != NULL)) { + gaim_account_set_remember_password(ret, TRUE); gaim_account_set_password(ret, data); - gaim_account_set_remember_password(ret, TRUE); g_free(data); }