aboutsummaryrefslogtreecommitdiff
path: root/security/seahorse/files/patch-src_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/seahorse/files/patch-src_main.c')
-rw-r--r--security/seahorse/files/patch-src_main.c31
1 files changed, 31 insertions, 0 deletions
diff --git a/security/seahorse/files/patch-src_main.c b/security/seahorse/files/patch-src_main.c
new file mode 100644
index 000000000000..df57a9756d63
--- /dev/null
+++ b/security/seahorse/files/patch-src_main.c
@@ -0,0 +1,31 @@
+--- src/main.c.orig Mon May 5 02:45:14 2003
++++ src/main.c Mon May 5 02:45:47 2003
+@@ -29,7 +29,7 @@
+ #include "seahorse-libdialogs.h"
+
+ static gchar *import = NULL;
+-static gchar *encrypt = NULL;
++static gchar *sea_encrypt = NULL;
+ static gchar *sign = NULL;
+ static gchar *encrypt_sign = NULL;
+ static gchar *decrypt = NULL;
+@@ -40,7 +40,7 @@
+ { "import", 'i', POPT_ARG_STRING, &import, 0,
+ N_("Import keys from the file"), N_("FILE") },
+
+- { "encrypt", 'e', POPT_ARG_STRING, &encrypt, 0,
++ { "encrypt", 'e', POPT_ARG_STRING, &sea_encrypt, 0,
+ N_("Encrypt file"), N_("FILE") },
+
+ { "sign", 's', POPT_ARG_STRING, &sign, 0,
+@@ -137,8 +137,8 @@
+ return 0;
+ }
+ }
+- if (encrypt != NULL)
+- do_encrypt (sctx, encrypt, seahorse_op_encrypt_file, _("Encrypt file is %s"));
++ if (sea_encrypt != NULL)
++ do_encrypt (sctx, sea_encrypt, seahorse_op_encrypt_file, _("Encrypt file is %s"));
+ if (sign != NULL) {
+ new_path = seahorse_op_sign_file (sctx, sign, &err);
+