[evolution] Bug 599190 - Unable to drop attachments in the attachment bar



commit 17b6527680218efff72000b4250dea862cda0cef
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Oct 22 20:11:41 2009 -0400

    Bug 599190 - Unable to drop attachments in the attachment bar

 widgets/misc/e-attachment-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/widgets/misc/e-attachment-view.c b/widgets/misc/e-attachment-view.c
index cd5301a..715018c 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);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]