openbsd-ports/x11/gnome/devhelp/patches/patch-src_dh-link_h

18 lines
714 B
Plaintext

$OpenBSD: patch-src_dh-link_h,v 1.1 2009/03/19 14:36:53 ajacoutot Exp $
From upstream SVN rev 1265:
Use file: URIs instead of local paths, fixes use with more recent webkit
versions.
--- src/dh-link.h.orig Thu Mar 19 15:26:22 2009
+++ src/dh-link.h Thu Mar 19 15:26:39 2009
@@ -51,7 +51,7 @@ DhLink * dh_link_new (DhLinkType
const gchar *name,
DhLink *book,
DhLink *page,
- const gchar *uri);
+ const gchar *filename);
void dh_link_free (DhLink *link);
gint dh_link_compare (gconstpointer a,
gconstpointer b);