diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-04-01 00:08:36 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-04-01 03:48:01 +0800 |
commit | 9ed9a99baddcb87eab366e4f939dc146f2db9401 (patch) | |
tree | b4fb0824904a261fa671973d9a499ed4328c0689 /mail/em-format-html-display.h | |
parent | d15cd735886c38ac4c14faa816c307ce8f388844 (diff) | |
download | gsoc2013-evolution-9ed9a99baddcb87eab366e4f939dc146f2db9401.tar.gz gsoc2013-evolution-9ed9a99baddcb87eab366e4f939dc146f2db9401.tar.zst gsoc2013-evolution-9ed9a99baddcb87eab366e4f939dc146f2db9401.zip |
EMFormat: Add "session" as a constructor property.
Pass it in instead of digging it out of EShellSettings.
Diffstat (limited to 'mail/em-format-html-display.h')
-rw-r--r-- | mail/em-format-html-display.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html-display.h b/mail/em-format-html-display.h index c1b22eec58..7c0d7a9fd5 100644 --- a/mail/em-format-html-display.h +++ b/mail/em-format-html-display.h @@ -111,7 +111,7 @@ struct _EMFormatHTMLDisplayClass { GType em_format_html_display_get_type (void); EMFormatHTMLDisplay * - em_format_html_display_new (void); + em_format_html_display_new (CamelSession *session); G_END_DECLS #endif /* EM_FORMAT_HTML_DISPLAY_H */ |