[evolution] EHTMLEditorView - Avoid double quotes when deleting a text inside quoted content
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] EHTMLEditorView - Avoid double quotes when deleting a text inside quoted content
- Date: Fri, 4 Sep 2015 11:47:57 +0000 (UTC)
commit 4db82fc49499e07f04b7373038df02ceac54646c
Author: Tomas Popela <tpopela redhat com>
Date: Fri Sep 4 13:03:18 2015 +0200
EHTMLEditorView - Avoid double quotes when deleting a text inside quoted content
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 d2cdd4d..78d69bb 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -3263,6 +3263,7 @@ body_keyup_event_cb (WebKitDOMElement *element,
if (webkit_dom_element_has_attribute (block, "data-no-quote")) {
webkit_dom_element_remove_attribute (block, "data-no-quote");
} else {
+ remove_quoting_from_element (block);
if (element_has_class (block, "-x-evo-paragraph")) {
gint length, word_wrap_length;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]