[evolution/wip/webkit2] EEditorDOMFunctions - Correct a typo
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit2] EEditorDOMFunctions - Correct a typo
- Date: Tue, 12 Jul 2016 14:47:11 +0000 (UTC)
commit d6584caa7f3cbfe950a0f5cfc3c4139c66a886ff
Author: Tomas Popela <tpopela redhat com>
Date: Tue Jul 12 15:39:14 2016 +0200
EEditorDOMFunctions - Correct a typo
.../web-extension/e-editor-dom-functions.c | 2 +-
1 files changed, 1 insertions(+), 1 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 f549409..9329362 100644
--- a/modules/webkit-editor/web-extension/e-editor-dom-functions.c
+++ b/modules/webkit-editor/web-extension/e-editor-dom-functions.c
@@ -5896,7 +5896,7 @@ e_editor_dom_convert_content (EEditorPage *editor_page,
top_signature = webkit_dom_document_query_selector (
document, ".-x-evo-top-signature", NULL);
signature = webkit_dom_document_query_selector (
- document, ".-x-evo-signature-content_wrapper", NULL);
+ document, ".-x-evo-signature-wrapper", NULL);
if (signature) {
if (top_signature) {
WebKitDOMElement *spacer;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]