aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment-view.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-10-23 08:11:41 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-10-23 08:11:41 +0800
commit17b6527680218efff72000b4250dea862cda0cef (patch)
tree93e20013cbd5c961288fdfc26c2800b6845f63da /widgets/misc/e-attachment-view.c
parentbfef844d81a9f45b1d0e401e2fa845e37ceddd82 (diff)
downloadgsoc2013-evolution-17b6527680218efff72000b4250dea862cda0cef.tar
gsoc2013-evolution-17b6527680218efff72000b4250dea862cda0cef.tar.gz
gsoc2013-evolution-17b6527680218efff72000b4250dea862cda0cef.tar.bz2
gsoc2013-evolution-17b6527680218efff72000b4250dea862cda0cef.tar.lz
gsoc2013-evolution-17b6527680218efff72000b4250dea862cda0cef.tar.xz
gsoc2013-evolution-17b6527680218efff72000b4250dea862cda0cef.tar.zst
gsoc2013-evolution-17b6527680218efff72000b4250dea862cda0cef.zip
Bug 599190 - Unable to drop attachments in the attachment bar
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);
}