summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Popela <tpopela@redhat.com>2016-02-15 08:22:37 +0100
committerTomas Popela <tpopela@redhat.com>2016-02-15 08:24:45 +0100
commit5795881d7876b743606ee3c0040848d443a0252b (patch)
treec274512d180000ba546a1f7c8a2ca9a2d96459c2
parentd1d9a001d2524668b109551dcbd4e1ed7eb20b20 (diff)
downloadevolution-5795881d7876b743606ee3c0040848d443a0252b.tar.gz
EHTMLEditorView - Don't send the empty signature placeholder in the HTML messages
-rw-r--r--e-util/e-html-editor-view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index e9c39a821f..7a3064ff7a 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -9692,6 +9692,7 @@ process_elements (EHTMLEditorView *view,
if (g_strcmp0 (id, "none") == 0) {
g_free (id);
+ remove_node (child);
skip_node = TRUE;
goto next;
}