diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-04 18:03:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-07-04 18:03:24 +0000 |
commit | dbe9cadc2eca331d0efb17405c72d928c786f947 (patch) | |
tree | c209899e368eee4e0feea701d760e36fa468ee70 /www/gtkhtml | |
parent | a8dca7462ccc3c54ddbc1a6b0d1cea5246ce3b78 (diff) |
Notes
Diffstat (limited to 'www/gtkhtml')
-rw-r--r-- | www/gtkhtml/files/patch-src_htmlcluealigned.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/gtkhtml/files/patch-src_htmlcluealigned.c b/www/gtkhtml/files/patch-src_htmlcluealigned.c new file mode 100644 index 000000000000..2cd33d624fee --- /dev/null +++ b/www/gtkhtml/files/patch-src_htmlcluealigned.c @@ -0,0 +1,11 @@ +--- src/htmlcluealigned.c.orig Wed Jul 4 14:01:42 2007 ++++ src/htmlcluealigned.c Wed Jul 4 14:01:58 2007 +@@ -26,7 +26,7 @@ + #define ALIGN_BORDER 0 + + +-static HTMLClueAlignedClass html_cluealigned_class; ++HTMLClueAlignedClass html_cluealigned_class; + static HTMLClueClass *parent_class = NULL; + + |