[evolution/gnome-3-20] Bug 769354 - Quotation level changed when deleting one character in quoted line



commit ac4a7862ba82f0ca4312ca9d810dc560265b8053
Author: Tomas Popela <tpopela redhat com>
Date:   Mon Aug 1 11:45:21 2016 +0200

    Bug 769354 - Quotation level changed when deleting one character in quoted line
    
    Correct a typo introduced in commit 9aee419.

 e-util/e-html-editor-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index 4cb9573..7ff31a3 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -6525,7 +6525,7 @@ insert_quote_symbols (WebKitDOMDocument *document,
        quotation = get_quotation_for_level (quote_level);
 
        quote_element = webkit_dom_document_create_element (document, "span", NULL);
-       element_add_class (quote_element, "-x-evo-quote");
+       element_add_class (quote_element, "-x-evo-quoted");
 
        webkit_dom_html_element_set_inner_html (
                WEBKIT_DOM_HTML_ELEMENT (quote_element), quotation, NULL);


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