x11: Actually call the finished func when finishing
Copy/paste madness was calling the status func...
This commit is contained in:
committed by
Matthias Clasen
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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user