diff options
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index 4a7a4131a7..fc9c3649e7 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -68,7 +68,7 @@ static GHashTable *storages_hash; static char *accepted_dnd_types[] = { "message/rfc822", /* if we drag from nautilus or something... */ - "x-evolution-dnd", /* if we drag from an evolution folder... */ + "x-evolution-message", /* if we drag from an evolution message list... */ NULL }; @@ -344,7 +344,7 @@ destination_folder_handle_drop (EvolutionShellComponentDndDestinationFolder *fol retval = message_rfc822_dnd (folder, stream); camel_object_unref (CAMEL_OBJECT (stream)); } else { - /* x-evolution-dnd */ + /* x-evolution-message */ char *url, *name, *in, *inptr, *inend; CamelFolder *source; GPtrArray *uids; |