[evolution] Bug 604098 - Missing \n in EAlert
- From: Jonathon Jongsma <jjongsma src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution] Bug 604098 - Missing \n in EAlert
- Date: Tue, 8 Dec 2009 18:16:23 +0000 (UTC)
commit 5a90243de020efcc86e0a93698bdeaf932cc88ba
Author: Jonathon Jongsma <jonathon quotidian org>
Date: Tue Dec 8 12:15:28 2009 -0600
Bug 604098 - Missing \n in EAlert
Fix another minor regression from my EAlert refactoring
e-util/e-alert-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-alert-dialog.c b/e-util/e-alert-dialog.c
index a14df69..5b8d2a8 100644
--- a/e-util/e-alert-dialog.c
+++ b/e-util/e-alert-dialog.c
@@ -201,7 +201,7 @@ e_alert_dialog_constructed (GObject *obj)
primary = e_alert_get_primary_text (alert);
if (primary) {
g_string_append_printf (out,
- "<span weight=\"bold\" size=\"larger\">%s</span>",
+ "<span weight=\"bold\" size=\"larger\">%s</span>\n\n",
primary);
/* FIXME: What is this used for? */
perr = g_strdup (primary);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]