[Xfce4-commits] [xfce/xfdesktop] 01/01: Fix drag data being received multiple times (Bug #14471)
noreply at xfce.org
noreply at xfce.org
Wed Jun 19 22:13:45 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfdesktop.
commit 77ceeadaa5c5a2dfabc795af3c7d08237812b0a7
Author: Theo Linkspfeifer <lastonestanding at tutanota.com>
Date: Tue Jun 18 23:11:44 2019 +0200
Fix drag data being received multiple times (Bug #14471)
---
src/xfdesktop-icon-view.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/xfdesktop-icon-view.c b/src/xfdesktop-icon-view.c
index e94ec27..60cfea7 100644
--- a/src/xfdesktop-icon-view.c
+++ b/src/xfdesktop-icon-view.c
@@ -1812,6 +1812,8 @@ xfdesktop_icon_view_drag_data_received(GtkWidget *widget,
"--xfdesktop-icon-view-drop-icon");
if(icon_view->priv->dropped) {
+ icon_view->priv->dropped = FALSE;
+
xfdesktop_xy_to_rowcol(icon_view, x, y, &row, &col);
if(row >= icon_view->priv->nrows || col >= icon_view->priv->ncols)
return;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list