From 2aaba13c9446ef82f37cca3d763b50c271b19bd5 Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Thu, 7 Aug 2008 04:16:09 +0000 Subject: ** Fix for bug #546668 2008-08-06 Paul Bolle ** Fix for bug #546668 * mail/em-format-html.c: Drop a (pointless) define used only once. * mail/em-format-html-display.c: Drop one unused define. svn path=/trunk/; revision=35920 --- mail/ChangeLog | 7 +++++++ mail/em-format-html-display.c | 2 -- mail/em-format-html.c | 3 +-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 70e2fd9211..bbbabf73d8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2008-08-06 Paul Bolle + + ** Fix for bug #546668 + + * em-format-html.c: Drop a (pointless) define used only once. + * em-format-html-display.c: Drop one unused define. + 2008-08-07 Matthew Barnes * em-format.c (emf_format_secure): diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index c2329c08bf..36b7e74cf6 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -100,8 +100,6 @@ #define d(x) -#define EFHD_TABLE_OPEN "" - struct _EMFormatHTMLDisplayPrivate { /* For the interactive search dialogue */ /* TODO: Should this be more subtle, like the mozilla one? */ diff --git a/mail/em-format-html.c b/mail/em-format-html.c index f2c0a102b8..bb2d176b6e 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -84,7 +84,6 @@ #define d(x) -#define EFH_TABLE_OPEN "
" #define EFM_MESSAGE_START_ANAME "evolution#message#start" #define EFH_MESSAGE_START "" @@ -2101,7 +2100,7 @@ static void efh_format_source(EMFormat *emf, CamelStream *stream, CamelMimePart camel_stream_filter_add(filtered_stream, html_filter); camel_object_unref(html_filter); - camel_stream_write_string((CamelStream *)stream, EFH_TABLE_OPEN "
"); + camel_stream_write_string((CamelStream *)stream, "
"); em_format_format_text(emf, (CamelStream *)filtered_stream, dw); camel_object_unref(filtered_stream); -- cgit v1.2.3