summaryrefslogtreecommitdiff
path: root/print/evince/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'print/evince/patches/patch-ah')
-rw-r--r--print/evince/patches/patch-ah13
1 files changed, 0 insertions, 13 deletions
diff --git a/print/evince/patches/patch-ah b/print/evince/patches/patch-ah
deleted file mode 100644
index ac98fc95c64..00000000000
--- a/print/evince/patches/patch-ah
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2007/12/16 11:39:43 drochner Exp $
-
---- libdocument/ev-attachment.c.orig 2007-12-16 10:40:27.000000000 +0100
-+++ libdocument/ev-attachment.c
-@@ -396,7 +396,7 @@ ev_attachment_open (EvAttachment *attach
- if (ev_attachment_save (attachment, uri, error)) {
- if (attachment->priv->tmp_uri)
- g_free (attachment->priv->tmp_uri);
-- attachment->priv->tmp_uri = g_strdup (filename);
-+ attachment->priv->tmp_uri = g_strdup (uri);
-
- retval = ev_attachment_launch_app (attachment, error);
- }