[gnome-todo/wip/gbsneto/dnd-fixups: 2/6] task-list-view: Use GDK_ACTION_MOVE instead of COPY



commit ea68bf363215d576868455355ae6a995410a36a5
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Oct 31 16:27:17 2017 -0200

    task-list-view: Use GDK_ACTION_MOVE instead of COPY
    
    So we can show a nice cursor now.

 src/gtd-task-list-view.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gtd-task-list-view.c b/src/gtd-task-list-view.c
index 20aedad..51e6f80 100644
--- a/src/gtd-task-list-view.c
+++ b/src/gtd-task-list-view.c
@@ -1441,7 +1441,7 @@ success:
 
   check_dnd_scroll (self, FALSE, y);
 
-  gdk_drag_status (context, GDK_ACTION_COPY, time);
+  gdk_drag_status (context, GDK_ACTION_MOVE, time);
 
   return TRUE;
 
@@ -1640,7 +1640,7 @@ gtd_task_list_view_init (GtdTaskListView *self)
                      0,
                      NULL,
                      0,
-                     GDK_ACTION_COPY);
+                     GDK_ACTION_MOVE);
 }
 
 /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]