[evolution] EHTMLEditorView - Don't send the empty signature placeholder in the HTML messages



commit 48af150076cfeeff2edaab44001ef9da8b911f74
Author: Tomas Popela <tpopela redhat com>
Date:   Mon Feb 15 08:22:37 2016 +0100

    EHTMLEditorView - Don't send the empty signature placeholder in the HTML messages

 e-util/e-html-editor-view.c |    1 +
 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 7f666e7..b7ffba8 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -9717,6 +9717,7 @@ process_elements (EHTMLEditorView *view,
                                if (g_strcmp0 (id, "none") == 0) {
                                        g_free (id);
 
+                                       remove_node (child);
                                        skip_node = TRUE;
                                        goto next;
                                }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]