This is an automated email from the git hooks/post-receive script.

andre pushed a 
commit to branch 
master
in repository xfce/xfdesktop.

commit f9aee748cd5d3e1587852743b39409ddbac64df8
Author: Andre Miranda <andre...@xfce.org>
Date:   Wed May 15 22:07:04 2019 -0300

    Add FIXME comment
---
 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 6474aa1..a4da6c6 100644
--- a/src/xfdesktop-icon-view.c
+++ b/src/xfdesktop-icon-view.c
@@ -3602,6 +3602,8 @@ xfdesktop_icon_view_icon_in_cell(XfdesktopIconView 
*icon_view,
 
     idx = col * icon_view->priv->nrows + row;
 
+    /* FIXME: that's why we can't drag icons to monitors on the left or above,
+     * the array maps positions on the grid starting from the primary monitor. 
*/
     if (idx < 0)
         return NULL;
 

-- 
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

Reply via email to