From 17b6527680218efff72000b4250dea862cda0cef Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 22 Oct 2009 20:11:41 -0400 Subject: Bug 599190 - Unable to drop attachments in the attachment bar --- widgets/misc/e-attachment-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/misc/e-attachment-view.c b/widgets/misc/e-attachment-view.c index cd5301a987..715018c2fb 100644 --- a/widgets/misc/e-attachment-view.c +++ b/widgets/misc/e-attachment-view.c @@ -696,7 +696,7 @@ attachment_view_add_handler (GType type, targets = e_attachment_handler_get_target_table (handler, &n_targets); gtk_target_list_add_table (priv->target_list, targets, n_targets); - priv->drag_actions = e_attachment_handler_get_drag_actions (handler); + priv->drag_actions |= e_attachment_handler_get_drag_actions (handler); g_ptr_array_add (priv->handlers, handler); } -- cgit v1.2.3