[evolution/gnome-3-18] EHTMLEditorView - Extra new line added after credentials
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-18] EHTMLEditorView - Extra new line added after credentials
- Date: Tue, 20 Oct 2015 14:00:10 +0000 (UTC)
commit 7b0c502b6a3c1c3ab3f47d9c8ad2f4c90c0e640c
Author: Tomas Popela <tpopela redhat com>
Date: Tue Oct 20 09:41:36 2015 +0200
EHTMLEditorView - Extra new line added after credentials
e-util/e-html-editor-view.c | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index 0cf1efa..799f7de 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -9113,16 +9113,6 @@ process_elements (EHTMLEditorView *view,
skip_node = TRUE;
goto next;
} else {
- if (!changing_mode && to_plain_text) {
- if (get_citation_level (child, FALSE) == 0) {
- gchar *value = webkit_dom_element_get_attribute (
- WEBKIT_DOM_ELEMENT (child), "type");
-
- if (value && g_strcmp0 (value, "cite") == 0)
- g_string_append (buffer, "\n");
- g_free (value);
- }
- }
process_blockquote (WEBKIT_DOM_ELEMENT (child));
if (!to_plain_text)
remove_base_attributes (WEBKIT_DOM_ELEMENT (child));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]