aboutsummaryrefslogtreecommitdiffstats
path: root/smime/lib
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-08-12 14:55:36 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-08-12 14:55:36 +0800
commit37b8c77a3f087f3cbc14095e83566876129fbd59 (patch)
treee8552139bd9cf5f54a83c6b7e356167c38addc50 /smime/lib
parent40075f5515c769393e3f5ffceef4d0f1136d10d8 (diff)
downloadgsoc2013-evolution-37b8c77a3f087f3cbc14095e83566876129fbd59.tar
gsoc2013-evolution-37b8c77a3f087f3cbc14095e83566876129fbd59.tar.gz
gsoc2013-evolution-37b8c77a3f087f3cbc14095e83566876129fbd59.tar.bz2
gsoc2013-evolution-37b8c77a3f087f3cbc14095e83566876129fbd59.tar.lz
gsoc2013-evolution-37b8c77a3f087f3cbc14095e83566876129fbd59.tar.xz
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.c4
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) {