[recipes/about-animation: 2/8] appdata: Separate paragraphs
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes/about-animation: 2/8] appdata: Separate paragraphs
- Date: Fri, 17 Mar 2017 13:22:25 +0000 (UTC)
commit ef2773c7d4f597c31683800a888756955d91cb85
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Mar 17 08:49:53 2017 -0400
appdata: Separate paragraphs
Use a double newline between paragraphs, so we can separate
them again later.
src/gr-appdata.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gr-appdata.c b/src/gr-appdata.c
index c46eddd..4a3e40a 100644
--- a/src/gr-appdata.c
+++ b/src/gr-appdata.c
@@ -180,7 +180,7 @@ end_element (GMarkupParseContext *context,
if (data->collect) {
data->collect = FALSE;
if (data->ri->news->len > 0)
- g_string_append (data->ri->news, "\n");
+ g_string_append (data->ri->news, "\n\n");
string_append_normalized (data->ri->news, data->text->str);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]