diff options
author | Not Zed <NotZed@Ximian.com> | 2004-08-12 14:55:36 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-08-12 14:55:36 +0800 |
commit | 37b8c77a3f087f3cbc14095e83566876129fbd59 (patch) | |
tree | e8552139bd9cf5f54a83c6b7e356167c38addc50 /smime/lib | |
parent | 40075f5515c769393e3f5ffceef4d0f1136d10d8 (diff) | |
download | gsoc2013-evolution-37b8c77a3f087f3cbc14095e83566876129fbd59.tar.gz gsoc2013-evolution-37b8c77a3f087f3cbc14095e83566876129fbd59.tar.zst gsoc2013-evolution-37b8c77a3f087f3cbc14095e83566876129fbd59.zip |
api change in e_passwords.
2004-08-10 Not Zed <NotZed@Ximian.com>
* gui/component.c (smime_pk11_passwd, smime_pk11_change_passwd):
* lib/e-pkcs12.c (prompt_for_password): api change in e_passwords.
svn path=/trunk/; revision=26883
Diffstat (limited to 'smime/lib')
-rw-r--r-- | smime/lib/e-pkcs12.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smime/lib/e-pkcs12.c b/smime/lib/e-pkcs12.c index faf73c93bd..b6001382ed 100644 --- a/smime/lib/e-pkcs12.c +++ b/smime/lib/e-pkcs12.c @@ -217,8 +217,8 @@ prompt_for_password (char *title, char *prompt, SECItem *pwd) { char *passwd; - passwd = e_passwords_ask_password (title, NULL, NULL, prompt, TRUE, - E_PASSWORDS_DO_NOT_REMEMBER, NULL, + passwd = e_passwords_ask_password (title, NULL, NULL, prompt, + E_PASSWORDS_REMEMBER_NEVER|E_PASSWORDS_SECRET, NULL, NULL); if (passwd) { |