[evolution/gnome-3-20] EHTMLEditorView - Always try to process the CID images when loading a content



commit 3e896589447dfa4220aea3608147c2aea2036076
Author: Tomas Popela <tpopela redhat com>
Date:   Mon Jun 27 10:56:41 2016 +0200

    EHTMLEditorView - Always try to process the CID images when loading a content
    
    Don't look at the current composer mode as in the plain text mode the emoticon's
    image part could be presented (but hidden).

 e-util/e-html-editor-view.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index 1cd624b..105efce 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -11125,8 +11125,7 @@ html_editor_view_load_status_changed (EHTMLEditorView *view)
        e_html_editor_view_register_input_event_listener_on_body (view);
        register_html_events_handlers (view, body);
 
-       if (view->priv->html_mode)
-               change_cid_images_src_to_base64 (view);
+       change_cid_images_src_to_base64 (view);
 
        if (view->priv->inline_spelling)
                e_html_editor_view_force_spell_check (view);


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