[gtk/gbsneto/shortcuts-rebased: 14/112] x11: Actually call the finished func when finishing
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/gbsneto/shortcuts-rebased: 14/112] x11: Actually call the finished func when finishing
- Date: Thu, 16 May 2019 00:07:31 +0000 (UTC)
commit b945a954e7f46b79cc963c59cb6f701c966c54c1
Author: Benjamin Otte <otte redhat com>
Date: Wed Aug 1 21:13:06 2018 +0200
x11: Actually call the finished func when finishing
Copy/paste madness was calling the status func...
gdk/x11/gdkdrop-x11.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gdk/x11/gdkdrop-x11.c b/gdk/x11/gdkdrop-x11.c
index bb5fbef238..7bdb210a5b 100644
--- a/gdk/x11/gdkdrop-x11.c
+++ b/gdk/x11/gdkdrop-x11.c
@@ -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
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]