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-parser-attachment-bar.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-parser-attachment-bar.c')
-rw-r--r-- | em-format/e-mail-parser-attachment-bar.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/em-format/e-mail-parser-attachment-bar.c b/em-format/e-mail-parser-attachment-bar.c index ecc6be677d..44fbb9cc82 100644 --- a/em-format/e-mail-parser-attachment-bar.c +++ b/em-format/e-mail-parser-attachment-bar.c @@ -19,7 +19,6 @@ #ifdef HAVE_CONFIG_H #include <config.h> #endif -#include "e-mail-format-extensions.h" #include "e-mail-part-attachment-bar.h" @@ -42,6 +41,8 @@ mail_part_attachment_bar_free (EMailPart *part) typedef EMailParserExtension EMailParserAttachmentBar; typedef EMailParserExtensionClass EMailParserAttachmentBarClass; +GType e_mail_parser_attachment_bar_get_type (void); + G_DEFINE_TYPE ( EMailParserAttachmentBar, e_mail_parser_attachment_bar, |