diff options
author | Jasmine Hassan <[email protected]> | 2012-10-29 17:39:30 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-12-22 05:04:27 +0200 |
commit | ea7fa744d4c0d698c99c37372c98c52643381cce (patch) | |
tree | a2baddd21c1535f6c63a196848a54343672fbadf | |
parent | 46af99b44e1d2f4fc3315753bcc46f78476de823 (diff) | |
download | caja-ea7fa744d4c0d698c99c37372c98c52643381cce.tar.bz2 caja-ea7fa744d4c0d698c99c37372c98c52643381cce.tar.xz |
[lc-p] remove unnecessary GDK_DRAWABLE cast
http://git.gnome.org/browse/nautilus/commit/?id=c2c4076ceb2216ff5e696b4e78aeb63e0f86c437
-rw-r--r-- | libcaja-private/caja-icon-dnd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcaja-private/caja-icon-dnd.c b/libcaja-private/caja-icon-dnd.c index f114b46a..fd28b4e2 100644 --- a/libcaja-private/caja-icon-dnd.c +++ b/libcaja-private/caja-icon-dnd.c @@ -456,7 +456,7 @@ set_direct_save_uri (GtkWidget *widget, GdkDragContext *context, CajaDragInfo *d g_object_unref (child); /* Change the uri 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 (CAJA_ICON_DND_XDNDDIRECTSAVE_TYPE, FALSE), gdk_atom_intern ("text/plain", FALSE), 8, GDK_PROP_MODE_REPLACE, (const guchar *) uri, |