diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-05-12 17:18:28 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-05-12 17:18:28 +0800 |
commit | 31706e6b3c5e505cd4e3015f7880f5ba434e5382 (patch) | |
tree | c4f9116a00f8527d7609eb6e769cd25f1f9a246b /calendar/ChangeLog | |
parent | 9f32896c1ed7619fe050416f90a532a506ad1044 (diff) | |
download | gsoc2013-evolution-31706e6b3c5e505cd4e3015f7880f5ba434e5382.tar.gz gsoc2013-evolution-31706e6b3c5e505cd4e3015f7880f5ba434e5382.tar.zst gsoc2013-evolution-31706e6b3c5e505cd4e3015f7880f5ba434e5382.zip |
Fixes the bug 269416 It makes the DnD to move tasks instead copying.
2005-05-12 Srinivasa Ragavan <sragavan@novell.com>
* gui/task-component.c (selector_tree_drag_motion): Fixes the bug 269416
It makes the DnD to move tasks instead copying.
svn path=/trunk/; revision=29331
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ea711e6e01..96407ed309 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2005-05-12 Srinivasa Ragavan <sragavan@novell.com> + * gui/task-component.c (selector_tree_drag_motion): Fixes the bug 269416 + It makes the DnD to move tasks instead copying. + 2005-05-09 Rodrigo Moya <rodrigo@novell.com> Fixes #301350 |