aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-attachment-view.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-08 19:13:07 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-08 19:44:46 +0800
commit0ac936cfe3fb6e1a8e97ec6187d2f174de2f2f9c (patch)
treec352762653fa8066275f22f36cdbd47dc3f758b9 /e-util/e-attachment-view.c
parent7796a0c232b4ce9adb4efd4ef8cb95669029ed45 (diff)
downloadgsoc2013-evolution-0ac936cfe3fb6e1a8e97ec6187d2f174de2f2f9c.tar
gsoc2013-evolution-0ac936cfe3fb6e1a8e97ec6187d2f174de2f2f9c.tar.gz
gsoc2013-evolution-0ac936cfe3fb6e1a8e97ec6187d2f174de2f2f9c.tar.bz2
gsoc2013-evolution-0ac936cfe3fb6e1a8e97ec6187d2f174de2f2f9c.tar.lz
gsoc2013-evolution-0ac936cfe3fb6e1a8e97ec6187d2f174de2f2f9c.tar.xz
gsoc2013-evolution-0ac936cfe3fb6e1a8e97ec6187d2f174de2f2f9c.tar.zst
gsoc2013-evolution-0ac936cfe3fb6e1a8e97ec6187d2f174de2f2f9c.zip
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.
Diffstat (limited to 'e-util/e-attachment-view.c')
-rw-r--r--e-util/e-attachment-view.c2
1 files changed, 0 insertions, 2 deletions
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