[evolution] EHTMLEditorView - Remove unneeded space
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] EHTMLEditorView - Remove unneeded space
- Date: Mon, 27 Apr 2015 13:56:37 +0000 (UTC)
commit 3b00880efc717c9f1fd869c54c997993c6eb4b44
Author: Tomas Popela <tpopela redhat com>
Date: Mon Apr 27 15:46:34 2015 +0200
EHTMLEditorView - Remove unneeded space
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 9e1666d..1bf0835 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -6389,7 +6389,7 @@ create_text_markers_for_citations_in_document (WebKitDOMDocument *document)
while (citation) {
mark_citation (citation);
- count ++;
+ count++;
citation = webkit_dom_document_query_selector (
document, "blockquote[type=cite]:not(.marked)", NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]