summaryrefslogtreecommitdiff
path: root/tests/testdnd.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdnd.c')
-rw-r--r--tests/testdnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdnd.c b/tests/testdnd.c
index 934fbe554d..c3c16dfc58 100644
--- a/tests/testdnd.c
+++ b/tests/testdnd.c
@@ -352,7 +352,7 @@ target_drag_drop (GtkWidget *widget,
gtk_image_set_from_pixbuf (GTK_IMAGE (widget), trashcan_closed);
formats = gdk_drag_context_get_formats (context);
- format = gdk_content_formats_intersects (formats, formats);
+ format = gdk_content_formats_match (formats, formats);
if (format)
{
gtk_drag_get_data (widget, context,