diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-02-01 21:44:50 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-02-01 21:44:50 +0800 |
commit | 9a0b1266b5686d4985fec8a0dae7fdf00b1b8dd9 (patch) | |
tree | 93260e90be18cae0abc1c18738c3b3fad9268dc2 /em-format/e-mail-formatter-quote.c | |
parent | e6a149efcee2aa45a4956d1e1da0e8f0b35b4cc7 (diff) | |
download | gsoc2013-evolution-9a0b1266b5686d4985fec8a0dae7fdf00b1b8dd9.tar.gz gsoc2013-evolution-9a0b1266b5686d4985fec8a0dae7fdf00b1b8dd9.tar.zst gsoc2013-evolution-9a0b1266b5686d4985fec8a0dae7fdf00b1b8dd9.zip |
Teach EMailExtensionRegistry to find extensions.
Restore this commit with a proper bug fix to follow.
Diffstat (limited to 'em-format/e-mail-formatter-quote.c')
-rw-r--r-- | em-format/e-mail-formatter-quote.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/em-format/e-mail-formatter-quote.c b/em-format/e-mail-formatter-quote.c index a8833eef9d..1a2d84deba 100644 --- a/em-format/e-mail-formatter-quote.c +++ b/em-format/e-mail-formatter-quote.c @@ -170,9 +170,9 @@ e_mail_formatter_quote_base_init (EMailFormatterQuoteClass *class) g_type_ensure (e_mail_formatter_quote_text_html_get_type ()); g_type_ensure (e_mail_formatter_quote_text_plain_get_type ()); - e_mail_formatter_quote_internal_extensions_load ( - E_MAIL_EXTENSION_REGISTRY ( - E_MAIL_FORMATTER_CLASS (class)->extension_registry)); + e_mail_formatter_extension_registry_load ( + E_MAIL_FORMATTER_CLASS (class)->extension_registry, + E_TYPE_MAIL_FORMATTER_QUOTE_EXTENSION); E_MAIL_FORMATTER_CLASS (class)->text_html_flags = CAMEL_MIME_FILTER_TOHTML_PRE | |