[gtk/gbsneto/shortcuts-rebased: 4/102] 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: 4/102] x11: Actually call the finished func when finishing
- Date: Tue, 14 May 2019 20:15:16 +0000 (UTC)
commit f512f47ae412c86d8206c6ec764b8edb4761fe8b
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]