blob: 1832e900502f7c495092c66f1d8096f8fd70a9ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.7 2005/10/07 15:42:36 joerg Exp $
--- components/html-editor/popup.c.orig 2005-07-10 16:36:36.000000000 +0000
+++ components/html-editor/popup.c
@@ -496,6 +496,7 @@ prepare_properties_and_menu (GtkHTMLCont
ADD_PROP (PARAGRAPH);
break;
default:
+ break;
}
if (obj->parent && obj->parent->parent && HTML_IS_TABLE_CELL (obj->parent->parent)) {
if (cd->format_html) {
|