diff options
author | pav <pav@FreeBSD.org> | 2004-08-14 07:12:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-08-14 07:12:25 +0800 |
commit | 694e98d3159caccc0da59e0a46d90de85c51fed4 (patch) | |
tree | d81a2208943ea6d6102493420dd2ba5074e36f10 /www | |
parent | 29b3d27d64d602d576be1dcbeaede55d7de71e49 (diff) | |
download | freebsd-ports-gnome-694e98d3159caccc0da59e0a46d90de85c51fed4.tar.gz freebsd-ports-gnome-694e98d3159caccc0da59e0a46d90de85c51fed4.tar.zst freebsd-ports-gnome-694e98d3159caccc0da59e0a46d90de85c51fed4.zip |
- Fix build with gcc-3.4
Diffstat (limited to 'www')
-rw-r--r-- | www/gtkhtml/files/patch-components::http-editor::popup.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/gtkhtml/files/patch-components::http-editor::popup.c b/www/gtkhtml/files/patch-components::http-editor::popup.c new file mode 100644 index 000000000000..ad7a02fe2ce8 --- /dev/null +++ b/www/gtkhtml/files/patch-components::http-editor::popup.c @@ -0,0 +1,10 @@ +--- components/html-editor/popup.c.orig Thu Jan 23 16:44:21 2003 ++++ components/html-editor/popup.c Sat Aug 14 00:58:07 2004 +@@ -496,6 +496,7 @@ + ADD_PROP (PARAGRAPH); + break; + default: ++ break; + } + if (obj->parent && obj->parent->parent && HTML_IS_TABLE_CELL (obj->parent->parent)) { + if (cd->format_html) { |