# HG changeset patch # User Mark Doliner # Date 1111883638 0 # Node ID 279eee07dd42b48c5a54eadf5befffcffb763625 # Parent 4228b6d785062d9eda28765b4a40a5d0d824e190 [gaim-migrate @ 12345] The order of this is pretty important for remembering your password. committer: Tailor Script diff -r 4228b6d78506 -r 279eee07dd42 src/account.c --- 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); }