From 4c987f5134d8d9857b903033e7d32172cfb5729c Mon Sep 17 00:00:00 2001 From: Dave Camp Date: Sun, 4 May 2003 00:07:50 +0000 Subject: Updated to (sort of) new EelBackground api. 2003-05-03 Dave Camp * components/hardware/nautilus-hardware-view.c: (nautilus_hardware_view_drag_data_received): Updated to (sort of) new EelBackground api. --- components/hardware/nautilus-hardware-view.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'components') 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: -- cgit v1.2.1