[evolution-data-server] [CamelGPGContext] Prefer gpg2 over gpg
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] [CamelGPGContext] Prefer gpg2 over gpg
- Date: Tue, 21 Jan 2014 07:22:43 +0000 (UTC)
commit 7a73cb20a2dbbb9d25c03125d027aaf219c9c148
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 a8bbf7c..98d999f 100644
--- a/camel/camel-gpg-context.c
+++ b/camel/camel-gpg-context.c
@@ -458,8 +458,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]