Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 128780 | Differences between
and this patch

Collapse All | Expand All

(-)libseahorse/seahorse-gpg-options.c.old (+4 lines)
Lines 32-38 Link Here
32
#include "seahorse-gpg-options.h"
32
#include "seahorse-gpg-options.h"
33
33
34
#define  GPG_CONF_HEADER    "# FILE CREATED BY SEAHORSE\n\n"
34
#define  GPG_CONF_HEADER    "# FILE CREATED BY SEAHORSE\n\n"
35
#if GPG_MAJOR == 1
35
#define  GPG_VERSION_PREFIX   "1."
36
#define  GPG_VERSION_PREFIX   "1."
37
#else GPG_MAJOR == 2
38
#define GPG_VERSION_PREFIX    "2."
39
#endif
36
40
37
static gchar gpg_homedir[MAXPATHLEN];
41
static gchar gpg_homedir[MAXPATHLEN];
38
static gboolean gpg_options_inited = FALSE;
42
static gboolean gpg_options_inited = FALSE;

Return to bug 128780