From f2767b246219876ecaffca43e4b3852f27dbb979 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 5 May 2009 14:25:48 -0400 Subject: =?UTF-8?q?Bug=20581454=20=E2=80=93=20Move=20nautilus-sendto=20int?= =?UTF-8?q?egration=20to=20Evolution?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- widgets/misc/e-attachment-view.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/misc/e-attachment-view.c') diff --git a/widgets/misc/e-attachment-view.c b/widgets/misc/e-attachment-view.c index 2ad34d6751..f8917d141c 100644 --- a/widgets/misc/e-attachment-view.c +++ b/widgets/misc/e-attachment-view.c @@ -30,6 +30,7 @@ #include "e-util/e-util.h" #include "e-attachment-dialog.h" #include "e-attachment-handler-image.h" +#include "e-attachment-handler-sendto.h" enum { UPDATE_ACTIONS, @@ -774,6 +775,7 @@ e_attachment_view_get_type (void) /* Register known handler types. */ e_attachment_handler_image_get_type (); + e_attachment_handler_sendto_get_type (); } return type; -- cgit v1.2.3