[evolution] Bug 650522 - em-format-html: Fix uninitialized variable
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug 650522 - em-format-html: Fix uninitialized variable
- Date: Wed, 18 May 2011 20:16:17 +0000 (UTC)
commit 161575627b9efef71dadad5e84025164c19b04f8
Author: Colin Walters <walters verbum org>
Date: Wed May 18 16:15:20 2011 -0400
Bug 650522 - em-format-html: Fix uninitialized variable
mail/em-format-html.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index f2191c5..37676ae 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -2797,7 +2797,7 @@ efh_format_headers (EMFormatHTML *efh,
/* If the header is collapsed, display just subject and sender in one row and leave */
if (efh->priv->headers_state == EM_FORMAT_HTML_HEADERS_STATE_COLLAPSED && efh->priv->headers_collapsable) {
- gchar *subject;
+ gchar *subject = _("(no subject)");
struct _camel_header_address *addrs = NULL;
GString *from = g_string_new ("");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]