talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 86aa83338d15dd7dac119433b0a0e7c616e9666a
parent 137deb685062a0ecdf940c70071c33c60b28d18b
Author: Ricardo Mones <mones@claws-mail.org>
Date:   Tue, 10 Jul 2012 14:10:11 +0000

2012-07-10 [mones]	3.8.1cvs12

	* src/plugins/pgpcore/sgpgme.c
		Fix bug 2689, 'segfault when trying to view info
                about pgp/smime sign'

Diffstat:
MChangeLog | 6++++++
MPATCHSETS | 1+
Mconfigure.ac | 2+-
Msrc/plugins/pgpcore/sgpgme.c | 2+-
4 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,9 @@ +2012-07-10 [mones] 3.8.1cvs12 + + * src/plugins/pgpcore/sgpgme.c + Fix bug 2689, 'segfault when trying to view info + about pgp/smime sign' + 2012-07-08 [ticho] 3.8.1cvs11 * src/plugins/pgpcore/sgpgme.c diff --git a/PATCHSETS b/PATCHSETS @@ -4386,3 +4386,4 @@ ( cvs diff -u -r 1.1.2.37 -r 1.1.2.38 src/plugins/pgpcore/prefs_gpg.c; ) > 3.8.1cvs9.patchset ( cvs diff -u -r 1.1.2.23 -r 1.1.2.24 src/gtk/icon_legend.c; ) > 3.8.1cvs10.patchset ( cvs diff -u -r 1.1.2.70 -r 1.1.2.71 src/plugins/pgpcore/sgpgme.c; ) > 3.8.1cvs11.patchset +( cvs diff -u -r 1.1.2.71 -r 1.1.2.72 src/plugins/pgpcore/sgpgme.c; ) > 3.8.1cvs12.patchset diff --git a/configure.ac b/configure.ac @@ -12,7 +12,7 @@ MINOR_VERSION=8 MICRO_VERSION=1 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=11 +EXTRA_VERSION=12 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/plugins/pgpcore/sgpgme.c b/src/plugins/pgpcore/sgpgme.c @@ -327,7 +327,7 @@ gchar *sgpgme_sigstat_info_full(gpgme_ctx_t ctx, gpgme_verify_result_t status) j++; user = user->next; } - g_string_append_printf(siginfo, + g_string_append(siginfo, _("Primary key fingerprint:")); const char* primary_fpr = NULL; if (key && key->subkeys && key->subkeys->fpr)