diff options
author | ade <ade@FreeBSD.org> | 2000-08-17 16:41:52 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-08-17 16:41:52 +0000 |
commit | 1949e896160d41c15874d13f308e9bdc9b9e0b4b (patch) | |
tree | a678e935c87848a8d05fed256551d4ae3b378135 /www/libgtkhtml/files | |
parent | 86b4ee4a1545819f57c3128d7435f5d49be8b62b (diff) | |
download | FreeBSD-ports-1949e896160d41c15874d13f308e9bdc9b9e0b4b.zip FreeBSD-ports-1949e896160d41c15874d13f308e9bdc9b9e0b4b.tar.gz |
Update to 0.6.1
Diffstat (limited to 'www/libgtkhtml/files')
-rw-r--r-- | www/libgtkhtml/files/patch-ad | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/www/libgtkhtml/files/patch-ad b/www/libgtkhtml/files/patch-ad index 10b829c..5bf9583 100644 --- a/www/libgtkhtml/files/patch-ad +++ b/www/libgtkhtml/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); |