[Xfce4-commits] [xfce/xfdesktop] 01/01: Add FIXME comment

noreply at xfce.org noreply at xfce.org
Thu May 16 03:07:12 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 f9aee748cd5d3e1587852743b39409ddbac64df8
Author: Andre Miranda <andreldm at 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.


More information about the Xfce4-commits mailing list