[evolution/wip/webkit-composer] EEditorWidget: Fix build



commit 26587d75bac36334b2fce623f3c7ff904592a44a
Author: Tomas Popela <tpopela redhat com>
Date:   Thu Mar 6 16:38:00 2014 +0100

    EEditorWidget: Fix build

 e-util/e-editor-widget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-editor-widget.c b/e-util/e-editor-widget.c
index 4b84fc6..2810fb8 100644
--- a/e-util/e-editor-widget.c
+++ b/e-util/e-editor-widget.c
@@ -2343,7 +2343,7 @@ editor_widget_process_document_from_convertor (EEditorWidget *widget,
        create_text_markers_for_citations_in_document (document_convertor);
 
        /* Get innertText from convertor */
-       inner_text = webkit_dom_html_element_get_inner_text (convertor_body);
+       inner_text = webkit_dom_html_element_get_inner_text (body_convertor);
 
        cite_body = webkit_dom_document_query_selector (
                document_convertor, "span.-x-evo-cite-body", NULL);


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