aboutsummaryrefslogtreecommitdiffstats
path: root/modules/text-highlight/evolution-module-text-highlight.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/text-highlight/evolution-module-text-highlight.c')
-rw-r--r--modules/text-highlight/evolution-module-text-highlight.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/modules/text-highlight/evolution-module-text-highlight.c b/modules/text-highlight/evolution-module-text-highlight.c
index de6e469bde..78c3c4dcf5 100644
--- a/modules/text-highlight/evolution-module-text-highlight.c
+++ b/modules/text-highlight/evolution-module-text-highlight.c
@@ -16,7 +16,9 @@
*
*/
-#include "text-highlight.h"
+#include "e-mail-parser-text-highlight.h"
+#include "e-mail-formatter-text-highlight.h"
+#include "e-mail-display-popup-text-highlight.h"
#include <gmodule.h>
@@ -28,8 +30,9 @@ G_MODULE_EXPORT void
e_module_load (GTypeModule *type_module)
{
/* Register dynamically loaded types. */
-
+ e_mail_parser_text_highlight_type_register (type_module);
e_mail_formatter_text_highlight_type_register (type_module);
+ e_mail_display_popup_text_highlight_type_register (type_module);
}
G_MODULE_EXPORT void