diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-08-04 01:34:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-08-04 01:34:38 +0000 |
commit | 9594f3f8939f5178057c6a588135f0bab6d52511 (patch) | |
tree | 923d26a5ec2be934317cf261a38183917c93fe7a /www/gtkhtml/files | |
parent | 5035c4b32a83e9b13642c8ca8569d6ba2b001420 (diff) | |
download | ports-9594f3f8939f5178057c6a588135f0bab6d52511.tar.gz ports-9594f3f8939f5178057c6a588135f0bab6d52511.zip |
Extensive patchfile cleanups using sobomax's wonderful
post-extract rule
Notes
Notes:
svn path=/head/; revision=31296
Diffstat (limited to 'www/gtkhtml/files')
-rw-r--r-- | www/gtkhtml/files/patch-ad | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/gtkhtml/files/patch-ad b/www/gtkhtml/files/patch-ad new file mode 100644 index 000000000000..4ce5c2dc4b59 --- /dev/null +++ b/www/gtkhtml/files/patch-ad @@ -0,0 +1,14 @@ +--- src/gtkhtml.c.orig Mon Jul 10 17:52:30 2000 ++++ src/gtkhtml.c Wed Aug 2 15:38:46 2000 +@@ -1130,3 +1130,3 @@ + if (gconf_is_initialized ()) { +- gconf_client = gconf_client_new (); ++ gconf_client = gconf_client_get_default (); + if (!gconf_client) +--- capplet/main.c.orig Mon Jun 19 16:33:41 2000 ++++ capplet/main.c Wed Aug 2 15:40:19 2000 +@@ -197,3 +197,3 @@ + +- client = gconf_client_new (); ++ client = gconf_client_get_default (); + gconf_client_add_dir(client, GTK_HTML_GCONF_DIR, GCONF_CLIENT_PRELOAD_NONE, NULL); |