[evolution-data-server/gnome-3-10] [CamelGPGContext] Prefer gpg2 over gpg



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]