aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@src.gnome.org>2005-01-07 19:38:57 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2005-01-07 19:38:57 +0800
commitcf5a35e070ec5a390b46cb475dbbd147925a82f0 (patch)
tree8cdaab4f9413ceec0b5358cda9702dd14658b816 /calendar/gui
parent3f5d6c197ccdc6d24ffc3c43bda1e3c6f39ec1e1 (diff)
downloadgsoc2013-evolution-cf5a35e070ec5a390b46cb475dbbd147925a82f0.tar
gsoc2013-evolution-cf5a35e070ec5a390b46cb475dbbd147925a82f0.tar.gz
gsoc2013-evolution-cf5a35e070ec5a390b46cb475dbbd147925a82f0.tar.bz2
gsoc2013-evolution-cf5a35e070ec5a390b46cb475dbbd147925a82f0.tar.lz
gsoc2013-evolution-cf5a35e070ec5a390b46cb475dbbd147925a82f0.tar.xz
gsoc2013-evolution-cf5a35e070ec5a390b46cb475dbbd147925a82f0.tar.zst
gsoc2013-evolution-cf5a35e070ec5a390b46cb475dbbd147925a82f0.zip
Missing
svn path=/trunk/; revision=28268
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/Makefile.am2
-rw-r--r--calendar/gui/main.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index d2fc6de530..f1463147ba 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -105,6 +105,8 @@ libevolution_calendar_la_SOURCES = \
e-cal-component-preview.h \
e-cal-config.c \
e-cal-config.h \
+ e-cal-event.c \
+ e-cal-event.h \
e-cal-menu.c \
e-cal-menu.h \
e-cal-model-calendar.h \
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 ());
}