mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
x11: Actually call the finished func when finishing
Copy/paste madness was calling the status func...
This commit is contained in:
parent
d541aed165
commit
c0bbfd950d
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user