summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2014-01-21 08:21:18 +0100
committerMilan Crha <mcrha@redhat.com>2014-01-21 08:23:20 +0100
commit9cbb038494bc65b83af848d8afcb001aaf0eb617 (patch)
tree8135bf25ef2b700520dd1bba151e91ce2050d3e7
parent2a1d34376f1fb74276da24a99b7656fa21065775 (diff)
downloadevolution-data-server-9cbb038494bc65b83af848d8afcb001aaf0eb617.tar.gz
[CamelGPGContext] Prefer gpg2 over gpg
If there is a newer version installed, then use it, rather than the old.
-rw-r--r--camel/camel-gpg-context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-gpg-context.c b/camel/camel-gpg-context.c
index 974024052..547da1569 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
};