[gtk/gbsneto/shortcuts-rebased: 3/99] x11: Actually call the finished func when finishing



commit 92cdd3745ee28fde2b9b921ed381440a8d7c67b1
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]