diff options
author | Milan Crha <mcrha@redhat.com> | 2011-03-02 22:12:02 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-03-02 22:13:40 +0800 |
commit | 2533e52b8cf543eed874d220a3f039eebe67253e (patch) | |
tree | 20b018e5f1b86200982fd7bb324aef3358469070 /mail/em-format-html-display.h | |
parent | a0854ec1a6591ea10ba7915f37684f78f476fcd4 (diff) | |
download | gsoc2013-evolution-2533e52b8cf543eed874d220a3f039eebe67253e.tar.gz gsoc2013-evolution-2533e52b8cf543eed874d220a3f039eebe67253e.tar.zst gsoc2013-evolution-2533e52b8cf543eed874d220a3f039eebe67253e.zip |
Do not leak attachments in a mail view
Diffstat (limited to 'mail/em-format-html-display.h')
-rw-r--r-- | mail/em-format-html-display.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |