aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-editor-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-html-editor-view.c')
-rw-r--r--e-util/e-html-editor-view.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index 19f5758bd1..5262dec41c 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -6178,10 +6178,8 @@ e_html_editor_view_set_text_html (EHTMLEditorView *view,
WEBKIT_WEB_VIEW (view), text, NULL, NULL, "file://");
return;
}
- convert_and_load_html_to_plain_text (view, text);
- } else {
- convert_and_load_plain_text (view, text);
}
+ convert_and_load_html_to_plain_text (view, text);
} else {
webkit_web_view_load_string (
WEBKIT_WEB_VIEW (view), text, NULL, NULL, "file://");