diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-08 19:13:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-08 19:44:46 +0800 |
commit | 0ac936cfe3fb6e1a8e97ec6187d2f174de2f2f9c (patch) | |
tree | c352762653fa8066275f22f36cdbd47dc3f758b9 /doc | |
parent | 7796a0c232b4ce9adb4efd4ef8cb95669029ed45 (diff) | |
download | gsoc2013-evolution-0ac936cfe3fb6e1a8e97ec6187d2f174de2f2f9c.tar.gz 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 'doc')
-rw-r--r-- | doc/reference/evolution-util/evolution-util-sections.txt | 4 | ||||
-rw-r--r-- | doc/reference/evolution-util/evolution-util.types | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index 8e0c917638..a7185c023e 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 ac366915b4..4c44b4f69d 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 |