[evolution/wip/gsettings] Bug 650522 - em-format-html: Fix uninitialized variable
- From: Rodrigo Moya <rodrigo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/gsettings] Bug 650522 - em-format-html: Fix uninitialized variable
- Date: Wed, 29 Jun 2011 17:44:16 +0000 (UTC)
commit 12428e3a01d519b92a1bb1e35f02f175409729c3
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]