aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-attachment-view.c')
-rw-r--r--widgets/misc/e-attachment-view.c2
1 files changed, 1 insertions, 1 deletions
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);
}