diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-08 07:20:22 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-08 07:20:22 +0800 |
commit | ecc692c609745ed2590ee410fcf60f8fc5577767 (patch) | |
tree | 804fc05006975ef53fbc334db1f4ffa42ff9359f /www/gtkhtml38/files/patch-src_gtkhtml.c | |
parent | 3a142666db7f6854784739853cd212ba74b8b6bd (diff) | |
download | marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.gz marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.bz2 marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.lz marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.xz marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.tar.zst marcuscom-ports-ecc692c609745ed2590ee410fcf60f8fc5577767.zip |
Remove these ports now that they have been merged into the ports tree.
Next stop, GNOME 2.9!
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3045 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gtkhtml38/files/patch-src_gtkhtml.c')
-rw-r--r-- | www/gtkhtml38/files/patch-src_gtkhtml.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/gtkhtml38/files/patch-src_gtkhtml.c b/www/gtkhtml38/files/patch-src_gtkhtml.c deleted file mode 100644 index 902c39e8e..000000000 --- a/www/gtkhtml38/files/patch-src_gtkhtml.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gtkhtml.c.orig Mon Aug 2 11:21:24 2004 -+++ src/gtkhtml.c Tue Aug 3 15:19:41 2004 -@@ -2955,7 +2955,7 @@ - add_bindings (klass); - gtk_html_accessibility_init (); - -- gtk_rc_parse (PREFIX "/share/" GTKHTML_RELEASE_STRING "/keybindingsrc.emacs"); -+ gtk_rc_parse (PREFIX "/share/gnome/" GTKHTML_RELEASE_STRING "/keybindingsrc.emacs"); - html_class->emacs_bindings = gtk_binding_set_find ("gtkhtml-bindings-emacs"); - read_key_theme (html_class); - gconf_client_notify_add (gconf_client_get_default (), "/desktop/gnome/interface/gtk_key_theme", |