[gnome-todo/wip/gbsneto/dnd-fixups: 2/6] task-list-view: Use GDK_ACTION_MOVE instead of COPY
- From: Gitlab Administrative User <gitlab src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo/wip/gbsneto/dnd-fixups: 2/6] task-list-view: Use GDK_ACTION_MOVE instead of COPY
- Date: Tue, 31 Oct 2017 18:42:28 +0000 (UTC)
commit 16ce3537454353fc40f685a3e5afedb3329b7b44
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]