diff options
author | Dave Camp <dave@ximian.com> | 2003-05-04 00:07:50 +0000 |
---|---|---|
committer | Dave Camp <campd@src.gnome.org> | 2003-05-04 00:07:50 +0000 |
commit | 4c987f5134d8d9857b903033e7d32172cfb5729c (patch) | |
tree | 249f344f28042fab794cbf61dfbbe350337a09e3 /components | |
parent | 3bb169437af60d0655e232d85ae09f823f9ee8e6 (diff) | |
download | nautilus-4c987f5134d8d9857b903033e7d32172cfb5729c.tar.gz |
Updated to (sort of) new EelBackground api.
2003-05-03 Dave Camp <dave@ximian.com>
* components/hardware/nautilus-hardware-view.c:
(nautilus_hardware_view_drag_data_received): Updated to (sort of)
new EelBackground api.
Diffstat (limited to 'components')
-rw-r--r-- | components/hardware/nautilus-hardware-view.c | 4 |
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: |