diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-19 13:35:06 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-19 13:35:06 +0800 |
commit | 716e853082f85512d878931d3c2903f4a669c7e8 (patch) | |
tree | 3a24d58f313f014bb8f3aca107a85ec50d2fb1df /finance/gnucash/files | |
parent | ea6bb0f0996a0cf559b13cfa9aef24e8199d6a23 (diff) | |
download | marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.gz marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.bz2 marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.lz marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.xz marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.zst marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.zip |
Remove these ports now that they have been committed to FreeBSD.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8576 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'finance/gnucash/files')
-rw-r--r-- | finance/gnucash/files/patch-src_gnome-utils_gnc-html.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/finance/gnucash/files/patch-src_gnome-utils_gnc-html.c b/finance/gnucash/files/patch-src_gnome-utils_gnc-html.c deleted file mode 100644 index 92058ac13..000000000 --- a/finance/gnucash/files/patch-src_gnome-utils_gnc-html.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gnome-utils/gnc-html.c.orig Tue Feb 20 23:18:48 2007 -+++ src/gnome-utils/gnc-html.c Tue Feb 20 23:18:38 2007 -@@ -1325,7 +1325,7 @@ - return; - } - -- gtk_html_print(GTK_HTML(html->html), ps->context); -+ gtk_html_print_page(GTK_HTML(html->html), ps->context); - gnc_print_session_done(ps); - } - |