[evolution/wip/webkit2] EEditorPage - The default mode is the HTML one
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit2] EEditorPage - The default mode is the HTML one
- Date: Fri, 8 Jul 2016 07:34:33 +0000 (UTC)
commit 0c98cdfec48b3d3dade420a4c91f478d7cd7b62a
Author: Tomas Popela <tpopela redhat com>
Date: Fri Jul 8 08:50:12 2016 +0200
EEditorPage - The default mode is the HTML one
.../webkit-editor/web-extension/e-editor-page.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/webkit-editor/web-extension/e-editor-page.c
b/modules/webkit-editor/web-extension/e-editor-page.c
index 3f18d86..87ba8fc 100644
--- a/modules/webkit-editor/web-extension/e-editor-page.c
+++ b/modules/webkit-editor/web-extension/e-editor-page.c
@@ -246,7 +246,7 @@ e_editor_page_init (EEditorPage *editor_page)
editor_page->priv->alignment = E_CONTENT_EDITOR_ALIGNMENT_LEFT;
editor_page->priv->block_format = E_CONTENT_EDITOR_BLOCK_FORMAT_PARAGRAPH;
editor_page->priv->force_image_load = FALSE;
- editor_page->priv->html_mode = FALSE;
+ editor_page->priv->html_mode = TRUE;
editor_page->priv->return_key_pressed = FALSE;
editor_page->priv->space_key_pressed = FALSE;
editor_page->priv->smiley_written = FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]