[git] GPA - branch, master, updated. gpa-0.9.10-10-g7fb061b

by Werner Koch cvs at cvs.gnupg.org
Wed Sep 13 07:53:33 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Assistant".

The branch, master has been updated
       via  7fb061b1d784bce2e85664b097e4266a15a4fd01 (commit)
      from  f7de6260936cafb5f56635956b55271baae72faf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7fb061b1d784bce2e85664b097e4266a15a4fd01
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Sep 13 07:49:45 2017 +0200

    Fix listing of algorithm/keysize in the subkey window.
    
    * src/gpasubkeylist.c (gpa_subkey_list_set_key): Use the current
    subkey.
    --
    
    GnuPG-bug-id: 3405
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/src/gpasubkeylist.c b/src/gpasubkeylist.c
index 9862521..2039e0a 100644
--- a/src/gpasubkeylist.c
+++ b/src/gpasubkeylist.c
@@ -253,7 +253,7 @@ gpa_subkey_list_set_key (GtkWidget *list, gpgme_key_t key)
             *p = 0;
 
 #if GPGME_VERSION_NUMBER >= 0x010601  /* GPGME >= 1.6.1 */
-          algostr_buf = gpgme_pubkey_algo_string (key->subkeys);
+          algostr_buf = gpgme_pubkey_algo_string (subkey);
           algostr = algostr_buf? algostr_buf : "?";
 #else  /* GPGME < 1.6.1 */
           algostr = gpgme_pubkey_algo_name (subkey->pubkey_algo),

-----------------------------------------------------------------------

Summary of changes:
 src/gpasubkeylist.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
The GNU Privacy Assistant
http://git.gnupg.org




More information about the Gnupg-commits mailing list