From 498337e8524e1acf9f9471fc8c54038341035911 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 2 Mar 2011 15:12:02 +0100 Subject: Do not leak attachments in a mail view --- mail/em-format-html-display.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/em-format-html-display.h') diff --git a/mail/em-format-html-display.h b/mail/em-format-html-display.h index 089b361592..ec29698d46 100644 --- a/mail/em-format-html-display.h +++ b/mail/em-format-html-display.h @@ -69,8 +69,8 @@ EMFormatHTMLDisplay * em_format_html_display_new (void); EAttachmentView * em_format_html_display_get_attachment_view - (EMFormatHTMLDisplay *html_display); - + (EMFormatHTMLDisplay *html_display, + const gchar *message_part_id); G_END_DECLS #endif /* EM_FORMAT_HTML_DISPLAY_H */ -- cgit v1.2.3