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 x f c e - 4 . 1 2 in repository xfce/xfdesktop.
commit e462a1aee91fccb77afa354dc1e69442569f21cf Author: Theo Linkspfeifer <lastonestand...@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 e6dbc4b..7c39c46 100644 --- a/src/xfdesktop-icon-view.c +++ b/src/xfdesktop-icon-view.c @@ -1769,6 +1769,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. _______________________________________________ Xfce4-commits mailing list Xfce4-commits@xfce.org https://mail.xfce.org/mailman/listinfo/xfce4-commits