aboutsummaryrefslogtreecommitdiffstats
path: root/smime/lib
diff options
context:
space:
mode:
authorMilan Crha <mcrha@src.gnome.org>2007-08-31 14:09:09 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-08-31 14:09:09 +0800
commitcc1f27817bb22842e02a8f1ce968c2b2ea0d6803 (patch)
treeea4078e74f6cf98e8f3928c8f5436b8411b0d3a8 /smime/lib
parente7d6ad6d83acd3aba0dc11d4955339b20ccc8cf3 (diff)
downloadgsoc2013-evolution-cc1f27817bb22842e02a8f1ce968c2b2ea0d6803.tar
gsoc2013-evolution-cc1f27817bb22842e02a8f1ce968c2b2ea0d6803.tar.gz
gsoc2013-evolution-cc1f27817bb22842e02a8f1ce968c2b2ea0d6803.tar.bz2
gsoc2013-evolution-cc1f27817bb22842e02a8f1ce968c2b2ea0d6803.tar.lz
gsoc2013-evolution-cc1f27817bb22842e02a8f1ce968c2b2ea0d6803.tar.xz
gsoc2013-evolution-cc1f27817bb22842e02a8f1ce968c2b2ea0d6803.tar.zst
gsoc2013-evolution-cc1f27817bb22842e02a8f1ce968c2b2ea0d6803.zip
2007-08-31 mcrha Fix for bug #378759
svn path=/trunk/; revision=34144
Diffstat (limited to 'smime/lib')
-rw-r--r--smime/lib/e-pkcs12.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smime/lib/e-pkcs12.c b/smime/lib/e-pkcs12.c
index d67767679e..49ba602567 100644
--- a/smime/lib/e-pkcs12.c
+++ b/smime/lib/e-pkcs12.c
@@ -219,7 +219,7 @@ prompt_for_password (char *title, char *prompt, SECItem *pwd)
{
char *passwd;
- passwd = e_passwords_ask_password (title, "SMIME-PKCS12", NULL, prompt,
+ passwd = e_passwords_ask_password (title, "SMIME-PKCS12", "", prompt,
E_PASSWORDS_REMEMBER_NEVER|E_PASSWORDS_SECRET, NULL,
NULL);