File bnc-463936-gtkhtml-table-align.diff of Package gtkhtml2
Index: gtkhtml/htmlengine-edit-table.c =================================================================== --- gtkhtml/htmlengine-edit-table.c (revision 9077) +++ gtkhtml/htmlengine-edit-table.c (working copy) @@ -90,6 +90,7 @@ html_engine_append_object (e, table, 2); html_cursor_backward (e->cursor, e); + html_engine_table_set_align (e, table, HTML_HALIGN_CENTER); } /**