aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/evolution-module-mail.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-10-09 22:01:05 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-10-09 22:01:05 +0800
commitc3eacfd37e5275942635c069e6f20eb0dd22f6be (patch)
treefd608be31421f9592010fc2682ffe3453340f5a9 /modules/mail/evolution-module-mail.c
parent14ea17959765152019b4360eebc2790cfb2e9c29 (diff)
downloadgsoc2013-evolution-c3eacfd37e5275942635c069e6f20eb0dd22f6be.tar
gsoc2013-evolution-c3eacfd37e5275942635c069e6f20eb0dd22f6be.tar.gz
gsoc2013-evolution-c3eacfd37e5275942635c069e6f20eb0dd22f6be.tar.bz2
gsoc2013-evolution-c3eacfd37e5275942635c069e6f20eb0dd22f6be.tar.lz
gsoc2013-evolution-c3eacfd37e5275942635c069e6f20eb0dd22f6be.tar.xz
gsoc2013-evolution-c3eacfd37e5275942635c069e6f20eb0dd22f6be.tar.zst
gsoc2013-evolution-c3eacfd37e5275942635c069e6f20eb0dd22f6be.zip
EMailConfigFormatHTML: Use G_DEFINE_DYNAMIC_TYPE.
Follow the usual GObject conventions.
Diffstat (limited to 'modules/mail/evolution-module-mail.c')
-rw-r--r--modules/mail/evolution-module-mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mail/evolution-module-mail.c b/modules/mail/evolution-module-mail.c
index edb22c4f29..35789b1a87 100644
--- a/modules/mail/evolution-module-mail.c
+++ b/modules/mail/evolution-module-mail.c
@@ -59,7 +59,7 @@ e_module_load (GTypeModule *type_module)
e_mail_shell_sidebar_type_register (type_module);
e_mail_shell_view_register_type (type_module);
- e_mail_config_format_html_register_type (type_module);
+ e_mail_config_format_html_type_register (type_module);
e_mail_config_reader_register_type (type_module);
e_mail_config_web_view_register_type (type_module);