From 1509a85170184895f6c91f9c57167a74af5cd2db Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 10 Apr 2009 11:05:55 +0000 Subject: Convert "import-ics-attachments" plugin to an EAttachmentHandler subclass. svn path=/branches/kill-bonobo/; revision=37510 --- calendar/modules/e-cal-shell-module.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'calendar/modules') diff --git a/calendar/modules/e-cal-shell-module.c b/calendar/modules/e-cal-shell-module.c index b3d296c3b0..15b5af2d20 100644 --- a/calendar/modules/e-cal-shell-module.c +++ b/calendar/modules/e-cal-shell-module.c @@ -36,6 +36,7 @@ #include "calendar/common/authentication.h" #include "calendar/gui/calendar-config.h" #include "calendar/gui/comp-util.h" +#include "calendar/gui/e-attachment-handler-calendar.h" #include "calendar/gui/e-cal-config.h" #include "calendar/gui/e-cal-event.h" #include "calendar/gui/dialogs/cal-prefs-dialog.h" @@ -541,4 +542,6 @@ e_shell_module_init (GTypeModule *type_module) cal_shell_module_init_hooks (); cal_shell_module_init_importers (); cal_shell_module_init_preferences (shell); + + e_attachment_handler_calendar_get_type (); } -- cgit v1.2.3