summaryrefslogtreecommitdiff
path: root/print/evince/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-12-16 11:39:43 +0000
committerdrochner <drochner@pkgsrc.org>2007-12-16 11:39:43 +0000
commit38faee0a53342c478cd8871be5ecdf7bfb6a0312 (patch)
tree712d7827eda93823d2c27f68c67c3822286506cb /print/evince/patches
parent6abf0453c57aaf98242cbb64b17982318974b1aa (diff)
downloadpkgsrc-38faee0a53342c478cd8871be5ecdf7bfb6a0312.tar.gz
make display of attachment work
bump PKGREVISION
Diffstat (limited to 'print/evince/patches')
-rw-r--r--print/evince/patches/patch-ah13
1 files changed, 13 insertions, 0 deletions
diff --git a/print/evince/patches/patch-ah b/print/evince/patches/patch-ah
new file mode 100644
index 00000000000..ac98fc95c64
--- /dev/null
+++ b/print/evince/patches/patch-ah
@@ -0,0 +1,13 @@
+$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);
+ }