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



commit 5795881d7876b743606ee3c0040848d443a0252b
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 e9c39a8..7a3064f 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;
                                }


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