[evolution/wip/webkit-composer: 899/966] EEditorWidget: Create paragraphs only when we have something to put there
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit-composer: 899/966] EEditorWidget: Create paragraphs only when we have something to put there
- Date: Wed, 23 Apr 2014 11:09:01 +0000 (UTC)
commit fa6d113d886bc71554969177d545bb14e0b7274b
Author: Tomas Popela <tpopela redhat com>
Date: Thu Mar 13 15:09:29 2014 +0100
EEditorWidget: Create paragraphs only when we have something to put there
e-util/e-editor-widget.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-editor-widget.c b/e-util/e-editor-widget.c
index 16797be..851ad7b 100644
--- a/e-util/e-editor-widget.c
+++ b/e-util/e-editor-widget.c
@@ -2265,7 +2265,7 @@ parse_html_into_paragraphs (EEditorWidget *widget,
g_free (citation_mark);
}
- if (rest) {
+ if (rest && *rest){
webkit_dom_html_element_set_inner_html (
WEBKIT_DOM_HTML_ELEMENT (paragraph),
rest, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]