[evolution-data-server/gnome-3-10] [CamelGPGContext] Prefer gpg2 over gpg
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/gnome-3-10] [CamelGPGContext] Prefer gpg2 over gpg
- Date: Tue, 21 Jan 2014 07:25:32 +0000 (UTC)
commit 9cbb038494bc65b83af848d8afcb001aaf0eb617
Author: Milan Crha <mcrha redhat com>
Date: Tue Jan 21 08:21:18 2014 +0100
[CamelGPGContext] Prefer gpg2 over gpg
If there is a newer version installed, then use it, rather than
the old.
camel/camel-gpg-context.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel-gpg-context.c b/camel/camel-gpg-context.c
index 9740240..547da15 100644
--- a/camel/camel-gpg-context.c
+++ b/camel/camel-gpg-context.c
@@ -456,8 +456,8 @@ gpg_ctx_get_executable_name (void)
{
static gint index = -1;
const gchar *names[] = {
- "gpg",
"gpg2",
+ "gpg",
NULL
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]