summaryrefslogtreecommitdiff
path: root/www/gtkhtml3/files
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-08-17 16:41:52 +0000
committerAde Lovett <ade@FreeBSD.org>2000-08-17 16:41:52 +0000
commit16da53961f6e5ff47e640af3d6b783fd942c82f7 (patch)
treefa8fa59ed5d54198ba7690304a9eb25cec446529 /www/gtkhtml3/files
parentUpdate to 0.3.1 (diff)
Update to 0.6.1
Notes
Notes: svn path=/head/; revision=31716
Diffstat (limited to 'www/gtkhtml3/files')
-rw-r--r--www/gtkhtml3/files/patch-ad15
1 files changed, 3 insertions, 12 deletions
diff --git a/www/gtkhtml3/files/patch-ad b/www/gtkhtml3/files/patch-ad
index 10b829cb24bc..5bf95839374c 100644
--- a/www/gtkhtml3/files/patch-ad
+++ b/www/gtkhtml3/files/patch-ad
@@ -1,15 +1,6 @@
---- src/gtkhtml.c.orig Tue Jul 11 01:52:30 2000
-+++ src/gtkhtml.c Fri Aug 4 14:35:57 2000
-@@ -1128,7 +1128,7 @@
- klass->properties = gtk_html_class_properties_new ();
- #ifdef GTKHTML_HAVE_GCONF
- if (gconf_is_initialized ()) {
-- gconf_client = gconf_client_new ();
-+ gconf_client = gconf_client_get_default ();
- if (!gconf_client)
- g_error ("cannot create gconf_client\n");
- gconf_client_add_dir (gconf_client, GTK_HTML_GCONF_DIR, GCONF_CLIENT_PRELOAD_ONELEVEL, &gconf_error);
-@@ -2259,7 +2259,7 @@
+--- src/gtkhtml.c.orig Thu Aug 10 14:54:13 2000
++++ src/gtkhtml.c Mon Aug 14 12:52:42 2000
+@@ -2331,7 +2331,7 @@
if (strcmp (klass->properties->keybindings_theme, "custom")) {
base = g_strconcat ("keybindingsrc.", klass->properties->keybindings_theme, NULL);