[evolution/wip/webkit-composer] EEditorSelection: Return right value when asking for Strikethrough format
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit-composer] EEditorSelection: Return right value when asking for Strikethrough format
- Date: Mon, 10 Mar 2014 15:26:17 +0000 (UTC)
commit ea57ad641cd96fa7c97628b7d34332c553172c0b
Author: Tomas Popela <tpopela redhat com>
Date: Mon Mar 10 16:06:02 2014 +0100
EEditorSelection: Return right value when asking for Strikethrough format
e-util/e-editor-selection.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-editor-selection.c b/e-util/e-editor-selection.c
index e0b2e76..a88bb64 100644
--- a/e-util/e-editor-selection.c
+++ b/e-util/e-editor-selection.c
@@ -2843,7 +2843,7 @@ e_editor_selection_is_strike_through (EEditorSelection *selection)
text_content = webkit_dom_node_get_text_content (node);
if (g_strcmp0 (text_content, "") == 0) {
g_free (text_content);
- return selection->priv->is_monospaced;
+ return selection->priv->is_strike_through;
}
g_free (text_content);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]