From 74a818211f42921cd70416c9227ed25f737518f3 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Tue, 22 Aug 2006 17:21:40 +0000 Subject: **Fixes #325935 svn path=/trunk/; revision=32631 --- calendar/ChangeLog | 7 +++++++ calendar/gui/memos-component.c | 2 ++ 2 files changed, 9 insertions(+) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index bb8dfba7cc..a46cc3a1f8 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2006-02-14 Rajeev ramanathan + + **Fixes #325935 + + * gui/memos-component.c: (selector_tree_drag_motion): + Edited code to move the memo from one task list to another. + 2006-08-22 Chenthill Palanisamy Fixes #351263 diff --git a/calendar/gui/memos-component.c b/calendar/gui/memos-component.c index 5eb8cc5c97..25a4bd4559 100644 --- a/calendar/gui/memos-component.c +++ b/calendar/gui/memos-component.c @@ -653,6 +653,8 @@ selector_tree_drag_motion (GtkWidget *widget, gtk_tree_view_set_drag_dest_row(GTK_TREE_VIEW (widget), path, GTK_TREE_VIEW_DROP_INTO_OR_BEFORE); action = context->suggested_action; + if (action == GDK_ACTION_COPY && (context->actions & GDK_ACTION_MOVE)) + action=GDK_ACTION_MOVE; finish: if (path) -- cgit v1.2.3