diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-09-01 11:47:35 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-09-01 11:47:35 +0800 |
commit | b352ba9c53b6e279305d9cb94c18c28461324da3 (patch) | |
tree | 927415fc5fbf31b440b550e72faa89ea374a04a5 /mail/em-folder-tree.c | |
parent | e4aa7be1571c5b2c00f62327a355552a65c63290 (diff) | |
download | gsoc2013-evolution-b352ba9c53b6e279305d9cb94c18c28461324da3.tar.gz gsoc2013-evolution-b352ba9c53b6e279305d9cb94c18c28461324da3.tar.zst gsoc2013-evolution-b352ba9c53b6e279305d9cb94c18c28461324da3.zip |
Patch from Paul Bolle <pebolle@tiscali.nl>: Fix for bug #549661 (Process DND correctly when a mail message is dragged from outside Evolution to a folder in the sidebar).
svn path=/trunk/; revision=36236
Diffstat (limited to 'mail/em-folder-tree.c')
-rw-r--r-- | mail/em-folder-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-folder-tree.c b/mail/em-folder-tree.c index e7cbd0c75b..6d887be3c8 100644 --- a/mail/em-folder-tree.c +++ b/mail/em-folder-tree.c @@ -937,7 +937,7 @@ emft_drop_async__exec (struct _DragDataReceivedAsync *m) break; case DND_DROP_TYPE_TEXT_URI_LIST: /* import an mbox, maildir, or mh folder? */ - em_utils_selection_get_mailbox(m->selection, folder); + em_utils_selection_get_urilist(m->selection, folder); break; default: abort(); |