summaryrefslogtreecommitdiff
path: root/components/hardware/nautilus-hardware-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'components/hardware/nautilus-hardware-view.c')
-rw-r--r--components/hardware/nautilus-hardware-view.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/components/hardware/nautilus-hardware-view.c b/components/hardware/nautilus-hardware-view.c
index c87a3ba6f..cc821afde 100644
--- a/components/hardware/nautilus-hardware-view.c
+++ b/components/hardware/nautilus-hardware-view.c
@@ -769,7 +769,9 @@ nautilus_hardware_view_drag_data_received (GtkWidget *widget, GdkDragContext *co
case TARGET_COLOR:
/* Let the background change based on the dropped color. */
eel_background_receive_dropped_color (eel_get_widget_background (widget),
- widget, x, y, selection_data);
+ widget,
+ GDK_ACTION_COPY,
+ x, y, selection_data);
break;
default: