summaryrefslogtreecommitdiff
path: root/src/xfdesktop-file-icon-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xfdesktop-file-icon-manager.c')
-rw-r--r--src/xfdesktop-file-icon-manager.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xfdesktop-file-icon-manager.c b/src/xfdesktop-file-icon-manager.c
index 60129523..2c4a9b84 100644
--- a/src/xfdesktop-file-icon-manager.c
+++ b/src/xfdesktop-file-icon-manager.c
@@ -3171,7 +3171,8 @@ xfdesktop_file_icon_manager_real_init(XfdesktopIconViewManager *manager,
xfdesktop_icon_view_set_selection_mode(icon_view, GTK_SELECTION_MULTIPLE);
xfdesktop_icon_view_enable_drag_source(icon_view,
- GDK_SHIFT_MASK | GDK_CONTROL_MASK,
+ GDK_SHIFT_MASK | GDK_CONTROL_MASK
+ | GDK_BUTTON1_MASK,
drag_targets, n_drag_targets,
GDK_ACTION_LINK | GDK_ACTION_COPY
| GDK_ACTION_MOVE);