From cf5a35e070ec5a390b46cb475dbbd147925a82f0 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Fri, 7 Jan 2005 11:38:57 +0000 Subject: Missing svn path=/trunk/; revision=28268 --- calendar/gui/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calendar/gui/main.c') diff --git a/calendar/gui/main.c b/calendar/gui/main.c index 51f2e47db8..b1b5cfdd77 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -49,6 +49,7 @@ #include "e-cal-config.h" #include "e-cal-popup.h" #include "e-cal-menu.h" +#include "e-cal-event.h" #define FACTORY_ID "OAFIID:GNOME_Evolution_Calendar_Factory:" BASE_VERSION @@ -146,6 +147,7 @@ initialize (void) 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 ()); + e_plugin_hook_register_type (e_cal_event_hook_get_type ()); } -- cgit