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



commit 98f38ade82e6b251a9113bad1dddc56abdc0b317
Author: Tomas Popela <tpopela redhat com>
Date:   Tue Dec 10 14:56:20 2013 +0100

    EMailFormatter - Fix 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 0cbfaf2..4a079ff 100644
--- a/em-format/e-mail-formatter.c
+++ b/em-format/e-mail-formatter.c
@@ -981,7 +981,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]