From f6e7f1d92068022f2edd5193710a74eafc81e6c9 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 16 Jul 2001 19:36:42 +0000 Subject: Let VTrash folders accept/export the same dnd types as normal folders. 2001-07-16 Jeffrey Stedfast * component-factory.c: Let VTrash folders accept/export the same dnd types as normal folders. svn path=/trunk/; revision=11134 --- mail/component-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/component-factory.c') diff --git a/mail/component-factory.c b/mail/component-factory.c index 8e958d6443..294506b670 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -92,7 +92,7 @@ static char *exported_dnd_types[] = { static const EvolutionShellComponentFolderType folder_types[] = { { "mail", "evolution-inbox.png", accepted_dnd_types, exported_dnd_types }, { "mailstorage", "evolution-inbox.png", NULL, NULL }, - { "vtrash", "evolution-trash.png", NULL, NULL }, + { "vtrash", "evolution-trash.png", accepted_dnd_types, exported_dnd_types }, { NULL, NULL, NULL, NULL } }; -- cgit v1.2.3