Unless you intend to upload a new version in the next few days, or have any objection to the following patch, I intend to NMU gtkhtml to fix this RC bug.
The patch is a slight variation on the original, but confirms with the style used by other switch statements in the source. Regards, Roger diff -urN gtkhtml-1.1.10.original/components/html-editor/popup.c gtkhtml-1.1.10/components/html-editor/popup.c --- gtkhtml-1.1.10.original/components/html-editor/popup.c 2003-01-23 15:44:21.000000000 +0000 +++ gtkhtml-1.1.10/components/html-editor/popup.c 2005-07-21 23:54:47.891905064 +0100 @@ -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) { diff -urN gtkhtml-1.1.10.original/debian/changelog gtkhtml-1.1.10/debian/changelog --- gtkhtml-1.1.10.original/debian/changelog 2005-07-21 23:51:09.000000000 +0100 +++ gtkhtml-1.1.10/debian/changelog 2005-07-21 23:55:01.709804424 +0100 @@ -1,3 +1,13 @@ +gtkhtml (1.1.10-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Apply patch by Andreas Jochens to fix a GCC 4.0 build failure, + "label at end of compound statement", where a default label + was used at the end of a switch block with no following + statements (Closes: #260151). + + -- Roger Leigh <[EMAIL PROTECTED]> Thu, 21 Jul 2005 23:47:35 +0100 + gtkhtml (1.1.10-4) unstable; urgency=high * debian/control.in: libgtkhtml-data should be in Section devel; -- Roger Leigh Printing on GNU/Linux? http://gimp-print.sourceforge.net/ Debian GNU/Linux http://www.debian.org/ GPG Public Key: 0x25BFB848. Please sign and encrypt your mail. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]