[evolution/gnome-3-16] EHTMLEditorView - Fix formatting
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-16] EHTMLEditorView - Fix formatting
- Date: Tue, 31 Mar 2015 11:55:34 +0000 (UTC)
commit cc13c705bdb681550b2414401edc66de6b68af8a
Author: Tomas Popela <tpopela redhat com>
Date: Tue Mar 31 07:41:13 2015 +0200
EHTMLEditorView - Fix formatting
e-util/e-html-editor-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index b84dbc4..298e1d3 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -5872,7 +5872,7 @@ get_decoded_line_length (WebKitDOMDocument *document,
text_length = webkit_dom_character_data_get_length (WEBKIT_DOM_CHARACTER_DATA (node));
total_length += text_length;
length += text_length;
- } if (WEBKIT_DOM_IS_ELEMENT (node)) {
+ } else if (WEBKIT_DOM_IS_ELEMENT (node)) {
if (element_has_class (WEBKIT_DOM_ELEMENT (node), "Apple-tab-span")) {
total_length += TAB_LENGTH - length % TAB_LENGTH;
length = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]