Index: gui/memos-component.c =================================================================== RCS file: /cvs/gnome/evolution/calendar/gui/memos-component.c,v retrieving revision 1.5 diff -u -p -r1.5 memos-component.c --- gui/memos-component.c 16 Jan 2006 15:57:02 -0000 1.5 +++ gui/memos-component.c 14 Feb 2006 09:49:39 -0000 @@ -652,6 +652,8 @@ selector_tree_drag_motion (GtkWidget *wi 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) Index: ChangeLog =================================================================== RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v retrieving revision 1.2973 diff -u -p -r1.2973 ChangeLog --- ChangeLog 31 Jan 2006 09:12:12 -0000 1.2973 +++ ChangeLog 14 Feb 2006 09:52:25 -0000 @@ -1,3 +1,10 @@ +2006-02-14 Rajeev ramanathan <rajeevramanathan_2004 yahoo co in> + + **Fixes #325935 + + * gui/memos-component.c: (selector_tree_drag_motion): + Edited code to move the memo from one task list to another. + 2006-01-31 Tor Lillqvist <tml novell com> * gui/alarm-notify/alarm-queue.c (open_alarm_dialog,