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



commit 696cac0d5b578c2aae00630a8b626fe0c011f813
Author: Tomas Popela <tpopela redhat com>
Date:   Wed Jun 29 12:14:24 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 5eb9dba..c9e9255 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -11079,8 +11079,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]