From c1a6b6f8d3b5026a872c86c6ccc4a1b21efdc4e6 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 26 Jul 2007 09:37:39 +0000 Subject: 2007-07-26 mcrha Fix for bug #273386 svn path=/trunk/; revision=33846 --- mail/em-format-html-display.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/em-format-html-display.c') diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index a6c9561826..6287c41252 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -121,7 +121,7 @@ #define localtime_r(tp,tmp) (localtime(tp)?(*(tmp)=*localtime(tp),(tmp)):0) #endif -#define d(x) +#define d(x) #define EFHD_TABLE_OPEN "" @@ -1421,7 +1421,7 @@ efhd_attachment_show(EPopup *ep, EPopupItem *item, void *data) { struct _attach_puri *info = data; - d(printf("show attachment button called\n")); + d(printf("show attachment button called %p\n", info)); info->shown = ~info->shown; em_format_set_inline(info->puri.format, info->puri.part_id, info->shown); -- cgit v1.2.3