[evolution] EHTMLEditorSelection - build fix



commit 599242a8e6d40cedb4cb48fcf922b81b2d0712ad
Author: Tomas Popela <tpopela redhat com>
Date:   Fri Oct 2 13:44:06 2015 +0200

    EHTMLEditorSelection - build fix

 e-util/e-html-editor-selection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-html-editor-selection.c b/e-util/e-html-editor-selection.c
index c70f3d7..5eb4204 100644
--- a/e-util/e-html-editor-selection.c
+++ b/e-util/e-html-editor-selection.c
@@ -3248,7 +3248,7 @@ set_font_style (WebKitDOMDocument *document,
                webkit_dom_node_append_child (
                        WEBKIT_DOM_NODE (el), node, NULL);
                name = webkit_dom_node_get_local_name (parent);
-               if (g_strcmp0 (name, element_name) == 0 && g_strcmp (name, "font") != 0)
+               if (g_strcmp0 (name, element_name) == 0 && g_strcmp0 (name, "font") != 0)
                        webkit_dom_node_insert_before (
                                webkit_dom_node_get_parent_node (parent),
                                WEBKIT_DOM_NODE (el),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]