From 899ca3e3b7835bcb0aa30fe3a8c991971b4c3f06 Mon Sep 17 00:00:00 2001 From: fake Date: Sat, 18 Sep 2004 19:19:04 +0000 Subject: [PATCH] fake: gtkhtml1: add gcc34.patch (label at end of compound statement) [2004091023324014074] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4243 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/gnome14/gtkhtml1/gcc34.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/gnome14/gtkhtml1/gcc34.patch diff --git a/package/gnome14/gtkhtml1/gcc34.patch b/package/gnome14/gtkhtml1/gcc34.patch new file mode 100644 index 000000000..9dcf43a50 --- /dev/null +++ b/package/gnome14/gtkhtml1/gcc34.patch @@ -0,0 +1,10 @@ +--- ./components/html-editor/popup.c.orig 2004-09-10 23:17:22.412527344 +0200 ++++ ./components/html-editor/popup.c 2004-09-10 23:17:33.422853520 +0200 +@@ -496,6 +496,7 @@ + ADD_PROP (PARAGRAPH); + break; + default: ++ ; + } + if (obj->parent && obj->parent->parent && HTML_IS_TABLE_CELL (obj->parent->parent)) { + if (cd->format_html) {