diff options
Diffstat (limited to 'calendar/gui/main.c')
-rw-r--r-- | calendar/gui/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/main.c b/calendar/gui/main.c index 6a189fc8d2..e3afeab6ac 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -45,6 +45,8 @@ #include "tasks-control.h" #include "tasks-component.h" +#include <e-util/e-plugin.h> +#include "e-cal-config.h" #define FACTORY_ID "OAFIID:GNOME_Evolution_Calendar_Factory:" BASE_VERSION @@ -143,6 +145,7 @@ initialize (void) /* Initialize plugin system */ e_plugin_hook_register_type (e_cal_popup_hook_get_type()); e_plugin_hook_register_type (e_cal_menu_hook_get_type()); + e_plugin_hook_register_type (e_cal_config_hook_get_type ()); } |