x11: Actually call the finished func when finishing

Copy/paste madness was calling the status func...
This commit is contained in:
Benjamin Otte
2018-08-01 21:13:06 +02:00
committed by Matthias Clasen
parent d541aed165
commit c0bbfd950d

View File

@@ -821,7 +821,7 @@ gdk_x11_drop_finish (GdkDrop *drop,
if (gdk_drop_get_drag (drop))
{
gdk_x11_drag_handle_status (display, &xev);
gdk_x11_drag_handle_finished (display, &xev);
}
else
{