diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-13 23:12:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-13 23:12:25 +0000 |
commit | 1c2549007cc0cc7d30c0ad618cb7781a7986655c (patch) | |
tree | e3202e15de01046c7ccf0872c1a43c75d0c92fca /www/gtkhtml | |
parent | 1ec6517ff6efc3df66b6cf3e4cb1986f8e263b9c (diff) | |
download | ports-1c2549007cc0cc7d30c0ad618cb7781a7986655c.tar.gz ports-1c2549007cc0cc7d30c0ad618cb7781a7986655c.zip |
Notes
Diffstat (limited to 'www/gtkhtml')
-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) { |