[evolution] Remove nautilus-sendto integration.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Remove nautilus-sendto integration.
- Date: Mon, 8 Jul 2013 11:43:36 +0000 (UTC)
commit 0ac936cfe3fb6e1a8e97ec6187d2f174de2f2f9c
Author: Matthew Barnes <mbarnes redhat com>
Date: Mon Jul 8 07:13:07 2013 -0400
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.
.../evolution-util/evolution-util-sections.txt | 4 -
doc/reference/evolution-util/evolution-util.types | 1 -
e-util/Makefile.am | 2 -
e-util/e-attachment-handler-sendto.c | 229 --------------------
e-util/e-attachment-handler-sendto.h | 66 ------
e-util/e-attachment-view.c | 2 -
e-util/e-util.h | 1 -
po/POTFILES.in | 1 -
8 files changed, 0 insertions(+), 306 deletions(-)
---
diff --git a/doc/reference/evolution-util/evolution-util-sections.txt
b/doc/reference/evolution-util/evolution-util-sections.txt
index 8e0c917..a7185c0 100644
--- a/doc/reference/evolution-util/evolution-util-sections.txt
+++ b/doc/reference/evolution-util/evolution-util-sections.txt
@@ -351,7 +351,6 @@ EAttachmentDialogPrivate
<TITLE>EAttachmentHandler</TITLE>
EAttachmentHandler
EAttachmentHandlerImage
-EAttachmentHandlerSendto
e_attachment_handler_get_view
e_attachment_handler_get_drag_actions
e_attachment_handler_get_target_table
@@ -376,14 +375,11 @@ E_IS_ATTACHMENT_HANDLER_SENDTO_CLASS
E_ATTACHMENT_HANDLER_SENDTO_GET_CLASS
EAttachmentHandlerClass
EAttachmentHandlerImageClass
-EAttachmentHandlerSendtoClass
e_attachment_handler_get_type
e_attachment_handler_image_get_type
-e_attachment_handler_sendto_get_type
<SUBSECTION Private>
EAttachmentHandlerPrivate
EAttachmentHandlerImagePrivate
-EAttachmentHandlerSendtoPrivate
</SECTION>
<SECTION>
diff --git a/doc/reference/evolution-util/evolution-util.types
b/doc/reference/evolution-util/evolution-util.types
index ac36691..4c44b4f 100644
--- a/doc/reference/evolution-util/evolution-util.types
+++ b/doc/reference/evolution-util/evolution-util.types
@@ -15,7 +15,6 @@ e_attachment_dialog_get_type
e_attachment_get_type
e_attachment_handler_get_type
e_attachment_handler_image_get_type
-e_attachment_handler_sendto_get_type
e_attachment_icon_view_get_type
e_attachment_paned_get_type
e_attachment_store_get_type
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index 1f96448..b703ba0 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -118,7 +118,6 @@ evolution_util_include_HEADERS = \
e-attachment-button.h \
e-attachment-dialog.h \
e-attachment-handler-image.h \
- e-attachment-handler-sendto.h \
e-attachment-handler.h \
e-attachment-icon-view.h \
e-attachment-paned.h \
@@ -357,7 +356,6 @@ libevolution_util_la_SOURCES = \
e-attachment-button.c \
e-attachment-dialog.c \
e-attachment-handler-image.c \
- e-attachment-handler-sendto.c \
e-attachment-handler.c \
e-attachment-icon-view.c \
e-attachment-paned.c \
diff --git a/e-util/e-attachment-view.c b/e-util/e-attachment-view.c
index 1fb868e..a287f8e 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
diff --git a/e-util/e-util.h b/e-util/e-util.h
index 0299c96..9fbced4 100644
--- a/e-util/e-util.h
+++ b/e-util/e-util.h
@@ -36,7 +36,6 @@
#include <e-util/e-attachment-button.h>
#include <e-util/e-attachment-dialog.h>
#include <e-util/e-attachment-handler-image.h>
-#include <e-util/e-attachment-handler-sendto.h>
#include <e-util/e-attachment-handler.h>
#include <e-util/e-attachment-icon-view.h>
#include <e-util/e-attachment-paned.h>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 3f5364a..9f18248 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -183,7 +183,6 @@ e-util/e-alert-dialog.c
e-util/e-attachment-bar.c
e-util/e-attachment-dialog.c
e-util/e-attachment-handler-image.c
-e-util/e-attachment-handler-sendto.c
e-util/e-attachment-icon-view.c
e-util/e-attachment-paned.c
e-util/e-attachment-store.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]