diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-01-08 17:07:30 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-01-08 18:48:23 -0500 |
commit | 1c03bbeb9c4e37989f3c1c2eb14a1621f93d4286 (patch) | |
tree | 1b26edb8c0a5eae1950c63a0437db57ae60ca923 /tests/testdnd3.c | |
parent | a4059cd02d575a23bb5da4153da65d17bf86a347 (diff) | |
download | gtk+-1c03bbeb9c4e37989f3c1c2eb14a1621f93d4286.tar.gz |
Update all users
Diffstat (limited to 'tests/testdnd3.c')
-rw-r--r-- | tests/testdnd3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdnd3.c b/tests/testdnd3.c index a2c5c8115b..5f2bb0e92b 100644 --- a/tests/testdnd3.c +++ b/tests/testdnd3.c @@ -306,7 +306,7 @@ canvas_item_new (int i, formats = gdk_content_formats_new_for_gtype (GDK_TYPE_RGBA); dest = gtk_drop_target_new (formats, GDK_ACTION_COPY); g_signal_connect (dest, "drag-drop", G_CALLBACK (item_drag_drop), NULL); - g_signal_connect (dest, "drag-motion", G_CALLBACK (item_drag_motion), NULL); + g_signal_connect (dest, "accept", G_CALLBACK (item_drag_motion), NULL); gtk_widget_add_controller (widget, GTK_EVENT_CONTROLLER (dest)); gdk_content_formats_unref (formats); |