From 0ac936cfe3fb6e1a8e97ec6187d2f174de2f2f9c Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 8 Jul 2013 07:13:07 -0400 Subject: Remove nautilus-sendto integration. nautilus-sendto has been stripped of its usefulness in GNOME 3.8. It no longer has a UI of its own, it just immediately spawns a mail client with a set of files as attachment arguments for a new message. There's no reason for Evolution to be invoking it anymore. --- e-util/e-attachment-view.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'e-util/e-attachment-view.c') diff --git a/e-util/e-attachment-view.c b/e-util/e-attachment-view.c index 1fb868ed8b..a287f8e430 100644 --- a/e-util/e-attachment-view.c +++ b/e-util/e-attachment-view.c @@ -30,7 +30,6 @@ #include "e-attachment-dialog.h" #include "e-attachment-handler-image.h" -#include "e-attachment-handler-sendto.h" #include "e-misc-utils.h" #include "e-selection.h" @@ -870,7 +869,6 @@ e_attachment_view_default_init (EAttachmentViewInterface *interface) /* Register known handler types. */ g_type_ensure (E_TYPE_ATTACHMENT_HANDLER_IMAGE); - g_type_ensure (E_TYPE_ATTACHMENT_HANDLER_SENDTO); } void -- cgit v1.2.3