[evolution/wip/webkit-composer: 882/966] EEditorSelection: Return right value when asking for Strikethrough format



commit d29cce83ed0e8a97aacebb11b8ebb8c92d775a47
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 e8c771b..2d3673e 100644
--- a/e-util/e-editor-selection.c
+++ b/e-util/e-editor-selection.c
@@ -2839,7 +2839,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]