[evolution/wip/webkit2] EMailFormatter - Fix the debug output



commit 0147ff8285b596584bedc95054557d1db4e4fe8f
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 e80119d..dcf4f6a 100644
--- a/em-format/e-mail-formatter.c
+++ b/em-format/e-mail-formatter.c
@@ -997,7 +997,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]