[evolution/wip/webkit2] e-webkit-editor: Default html_mode to TRUE
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit2] e-webkit-editor: Default html_mode to TRUE
- Date: Fri, 8 Jul 2016 05:58:47 +0000 (UTC)
commit 74726f24cf2259b26fa482b9c8779042c8d3d1d4
Author: Milan Crha <mcrha redhat com>
Date: Fri Jul 8 07:58:22 2016 +0200
e-webkit-editor: Default html_mode to TRUE
Used to be done when it was a constructor property of the EContentEditor.
modules/webkit-editor/e-webkit-editor.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/webkit-editor/e-webkit-editor.c b/modules/webkit-editor/e-webkit-editor.c
index c049a93..a2bce79 100644
--- a/modules/webkit-editor/e-webkit-editor.c
+++ b/modules/webkit-editor/e-webkit-editor.c
@@ -6030,7 +6030,7 @@ e_webkit_editor_init (EWebKitEditor *wk_editor)
wk_editor->priv->aliasing_settings = g_settings;
}
- wk_editor->priv->html_mode = FALSE;
+ wk_editor->priv->html_mode = TRUE;
wk_editor->priv->changed = FALSE;
wk_editor->priv->can_copy = FALSE;
wk_editor->priv->can_cut = FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]