aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-24 08:30:13 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-24 08:30:13 +0000
commit0a02061397634278a6528b9f2b695957eafc3daa (patch)
treee2efd264eed0d3f01c5a4ebf6208376dc6e87fc3 /src/summaryview.c
parent613b068b149c876574368ed003f2bd9d0b666c00 (diff)
fixed the problem that DnD didn't work on GTK+ 2.8
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@674 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summaryview.c')
-rw-r--r--src/summaryview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/summaryview.c b/src/summaryview.c
index b1b91e1e..635fc4ca 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -4392,7 +4392,7 @@ static GtkWidget *summary_tree_view_create(SummaryView *summaryview)
gtk_tree_view_enable_model_drag_source
(GTK_TREE_VIEW(treeview),
- 0, summary_drag_types, N_DRAG_TYPES,
+ GDK_BUTTON1_MASK, summary_drag_types, N_DRAG_TYPES,
GDK_ACTION_MOVE | GDK_ACTION_COPY);
g_signal_connect_after(G_OBJECT(treeview), "drag-begin",