aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment-view.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-06 02:25:48 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-06 02:25:48 +0800
commit662ede69bbdfa5fe4b2aca2e412303fc20190ad7 (patch)
tree6889b0b43000e37c87c20073d3d74058d601c064 /widgets/misc/e-attachment-view.c
parent16d914886110d57eaf8946000c365de2007728b3 (diff)
downloadgsoc2013-evolution-662ede69bbdfa5fe4b2aca2e412303fc20190ad7.tar
gsoc2013-evolution-662ede69bbdfa5fe4b2aca2e412303fc20190ad7.tar.gz
gsoc2013-evolution-662ede69bbdfa5fe4b2aca2e412303fc20190ad7.tar.bz2
gsoc2013-evolution-662ede69bbdfa5fe4b2aca2e412303fc20190ad7.tar.lz
gsoc2013-evolution-662ede69bbdfa5fe4b2aca2e412303fc20190ad7.tar.xz
gsoc2013-evolution-662ede69bbdfa5fe4b2aca2e412303fc20190ad7.tar.zst
gsoc2013-evolution-662ede69bbdfa5fe4b2aca2e412303fc20190ad7.zip
Bug 581454 – Move nautilus-sendto integration to Evolution
Diffstat (limited to 'widgets/misc/e-attachment-view.c')
-rw-r--r--widgets/misc/e-attachment-view.c2
1 files changed, 2 insertions, 0 deletions
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;