From e9d80f65fe0c72182c46b49e99ce0e2cf7e07095 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 20 Jul 2005 13:55:50 +0000 Subject: [PATCH] we want secret keys in modify account --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.py b/src/config.py index 80e4e1712..35cf8e8aa 100644 --- a/src/config.py +++ b/src/config.py @@ -1309,7 +1309,7 @@ _('Without a connection, you can not edit your personal information.') else: from common import GnuPG if GnuPG.USE_GPG: - secret_keys = GnuPG.GnuPG().get_keys() + secret_keys = GnuPG.GnuPG().get_secret_keys() else: secret_keys = [] if not secret_keys: