[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:17:34 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       x   f   c   e   -   4   .   1   2   
   in repository xfce/xfdesktop.

commit e462a1aee91fccb77afa354dc1e69442569f21cf
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 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.


More information about the Xfce4-commits mailing list