summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-tree-view-drag-dest.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-12-02 18:51:03 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-12-02 18:53:44 -0500
commitd9331ae959593cd81f59b39d61597278162ac7eb (patch)
tree0968ee865cbcf41d8e72996e8ba0809d8243d4c7 /libnautilus-private/nautilus-tree-view-drag-dest.c
parent8ee6c67b5fe1b12999c2e2f4c7f42d85a497c233 (diff)
downloadnautilus-d9331ae959593cd81f59b39d61597278162ac7eb.tar.gz
Fix the build with latest GTK+
Various GdkDrawable APIs have been replaced by GdkWindow ones, and GtkFunction is no more, use GSourceFunc instead.
Diffstat (limited to 'libnautilus-private/nautilus-tree-view-drag-dest.c')
-rw-r--r--libnautilus-private/nautilus-tree-view-drag-dest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnautilus-private/nautilus-tree-view-drag-dest.c b/libnautilus-private/nautilus-tree-view-drag-dest.c
index f290d5859..3b349faa1 100644
--- a/libnautilus-private/nautilus-tree-view-drag-dest.c
+++ b/libnautilus-private/nautilus-tree-view-drag-dest.c
@@ -913,7 +913,7 @@ set_direct_save_uri (NautilusTreeViewDragDest *dest,
g_object_unref (child);
/* Change the property */
- gdk_property_change (GDK_DRAWABLE (gdk_drag_context_get_source_window (context)),
+ gdk_property_change (gdk_drag_context_get_source_window (context),
gdk_atom_intern (NAUTILUS_ICON_DND_XDNDDIRECTSAVE_TYPE, FALSE),
gdk_atom_intern ("text/plain", FALSE), 8,
GDK_PROP_MODE_REPLACE, (const guchar *) uri,