Add an extension to configure EMFormatHTML.
Make EMFormatHTML extensible and register an extension to automatically bind every EMFormatHTML instance to the appropriate EShellSettings.
This commit is contained in:
committed by
Michael Meeks
parent
3fb2b21c08
commit
ffe2f1e1ee
@ -30,6 +30,8 @@
|
||||
#include "e-mail-shell-sidebar.h"
|
||||
#include "e-mail-shell-view.h"
|
||||
|
||||
#include "e-mail-config-format-html.h"
|
||||
|
||||
/* Module Entry Points */
|
||||
void e_module_load (GTypeModule *type_module);
|
||||
void e_module_unload (GTypeModule *type_module);
|
||||
@ -50,6 +52,8 @@ e_module_load (GTypeModule *type_module)
|
||||
e_mail_shell_content_register_type (type_module);
|
||||
e_mail_shell_sidebar_register_type (type_module);
|
||||
e_mail_shell_view_register_type (type_module);
|
||||
|
||||
e_mail_config_format_html_register_type (type_module);
|
||||
}
|
||||
|
||||
G_MODULE_EXPORT void
|
||||
|
||||
Reference in New Issue
Block a user