[evolution/wip/webkit2] EEditorDOMFunctions - Remove a leftover occurrence of -x-evo-temp-text-wrapper
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit2] EEditorDOMFunctions - Remove a leftover occurrence of -x-evo-temp-text-wrapper
- Date: Fri, 15 Jul 2016 12:28:22 +0000 (UTC)
commit 272fc0d37be7440a936ab4674607d2ad7e855930
Author: Tomas Popela <tpopela redhat com>
Date: Fri Jul 15 13:16:17 2016 +0200
EEditorDOMFunctions - Remove a leftover occurrence of -x-evo-temp-text-wrapper
.../web-extension/e-editor-dom-functions.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/modules/webkit-editor/web-extension/e-editor-dom-functions.c
b/modules/webkit-editor/web-extension/e-editor-dom-functions.c
index c1df19b..1b09ef6 100644
--- a/modules/webkit-editor/web-extension/e-editor-dom-functions.c
+++ b/modules/webkit-editor/web-extension/e-editor-dom-functions.c
@@ -1089,8 +1089,7 @@ e_editor_dom_get_parent_block_node_from_child (WebKitDOMNode *node)
e_editor_dom_is_selection_position_node (parent))
parent = webkit_dom_node_get_parent_node (parent);
- if (element_has_class (WEBKIT_DOM_ELEMENT (parent), "-x-evo-temp-text-wrapper") ||
- element_has_class (WEBKIT_DOM_ELEMENT (parent), "-x-evo-quoted") ||
+ if (element_has_class (WEBKIT_DOM_ELEMENT (parent), "-x-evo-quoted") ||
element_has_class (WEBKIT_DOM_ELEMENT (parent), "-x-evo-quote-character") ||
element_has_class (WEBKIT_DOM_ELEMENT (parent), "-x-evo-signature") ||
element_has_class (WEBKIT_DOM_ELEMENT (parent), "-x-evo-resizable-wrapper") ||
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]