diff options
author | Not Zed <NotZed@Ximian.com> | 2004-04-27 16:17:40 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-04-27 16:17:40 +0800 |
commit | 81d3fd68b3d62326b88d59fa99f61655ab14cd21 (patch) | |
tree | f274e527f4da626fc43893c0d9dcbbbd5f7a8d43 /mail/em-folder-tree.c | |
parent | 6869e5d7d0fe73760728712d074495eaa116b10c (diff) | |
download | gsoc2013-evolution-81d3fd68b3d62326b88d59fa99f61655ab14cd21.tar.gz gsoc2013-evolution-81d3fd68b3d62326b88d59fa99f61655ab14cd21.tar.zst gsoc2013-evolution-81d3fd68b3d62326b88d59fa99f61655ab14cd21.zip |
** See bug #57659.
2004-04-27 Not Zed <NotZed@Ximian.com>
** See bug #57659.
* mail-ops.c (fix_unmatched_info): removed, done in camel now.
svn path=/trunk/; revision=25625
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 8c64197842..7365f6f920 100644 --- a/mail/em-folder-tree.c +++ b/mail/em-folder-tree.c @@ -1052,7 +1052,7 @@ tree_drag_data_received(GtkWidget *widget, GdkDragContext *context, int x, int y gtk_drag_finish (context, FALSE, FALSE, GDK_CURRENT_TIME); return; } - + full_name = path[0] == '/' ? path + 1 : path; m = mail_msg_new (&emft_drop_async_op, NULL, sizeof (struct _DragDataReceivedAsync)); |