[evolution/wip/webkit-composer: 352/372] EEditorSelection: Fix indentation and unnecessary empty line



commit b85862f602690785c7ff8b900912565c02ec9f9f
Author: Tomas Popela <tpopela redhat com>
Date:   Tue Jan 28 10:55:11 2014 +0100

    EEditorSelection: Fix indentation and unnecessary empty line

 e-util/e-editor-selection.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/e-util/e-editor-selection.c b/e-util/e-editor-selection.c
index 2f99cad..73b7376 100644
--- a/e-util/e-editor-selection.c
+++ b/e-util/e-editor-selection.c
@@ -3036,7 +3036,7 @@ image_load_finish (LoadContext *load_context)
                output);
 
        caret_position = webkit_dom_document_get_element_by_id (
-                               document, "-x-evo-caret-position");
+               document, "-x-evo-caret-position");
 
        webkit_dom_node_insert_before (
                webkit_dom_node_get_parent_node (WEBKIT_DOM_NODE (caret_position)),
@@ -3240,7 +3240,6 @@ e_editor_selection_insert_image (EEditorSelection *selection,
 
        if (is_in_html_mode (selection))
                image_load_and_insert_async (selection, image_uri);
-
 }
 
 /**


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