[evolution] EMailFormatter - Fix the debug output
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] EMailFormatter - Fix the debug output
- Date: Mon, 2 Feb 2015 09:57:36 +0000 (UTC)
commit ee68b0ff250f1b141d93a273f9416afff7124cfb
Author: Tomas Popela <tpopela redhat com>
Date: Mon Feb 2 10:38:49 2015 +0100
EMailFormatter - Fix the debug output
em-format/e-mail-formatter.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/em-format/e-mail-formatter.c b/em-format/e-mail-formatter.c
index 2e44fe7..2cbcbb5 100644
--- a/em-format/e-mail-formatter.c
+++ b/em-format/e-mail-formatter.c
@@ -996,7 +996,7 @@ e_mail_formatter_format_as (EMailFormatter *formatter,
d (
printf ("(%d) Formatting for part %s of type %s (found %d formatters)\n",
- _call_i, part->id, as_mime_type,
+ _call_i, e_mail_part_get_id (part), as_mime_type,
formatters ? g_queue_get_length (formatters) : 0));
if (formatters != NULL) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]