diff options
author | Larry Ewing <lewing@ximian.com> | 2004-03-30 16:31:57 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2004-03-30 16:31:57 +0800 |
commit | be8d119494fc3a3d1b705a3b24c4112b041d53ee (patch) | |
tree | aabdd46e92bf10a7da513b1e10229f25656d1fbf /calendar/ChangeLog | |
parent | e2a3911b478c1555886c09e2e3796a70b6863332 (diff) | |
download | gsoc2013-evolution-be8d119494fc3a3d1b705a3b24c4112b041d53ee.tar gsoc2013-evolution-be8d119494fc3a3d1b705a3b24c4112b041d53ee.tar.gz gsoc2013-evolution-be8d119494fc3a3d1b705a3b24c4112b041d53ee.tar.bz2 gsoc2013-evolution-be8d119494fc3a3d1b705a3b24c4112b041d53ee.tar.lz gsoc2013-evolution-be8d119494fc3a3d1b705a3b24c4112b041d53ee.tar.xz gsoc2013-evolution-be8d119494fc3a3d1b705a3b24c4112b041d53ee.tar.zst gsoc2013-evolution-be8d119494fc3a3d1b705a3b24c4112b041d53ee.zip |
call drag_finish properly. (selector_tree_drag_motion): set the drag
2004-03-29 Larry Ewing <lewing@ximian.com>
* gui/component/addressbook-component.c
(selector_tree_drag_data_received): call drag_finish properly.
(selector_tree_drag_motion): set the drag status properly.
2004-03-29 Larry Ewing <lewing@ximian.com>
* gui/calendar-component.c (selector_tree_drag_data_received):
deal with the action type a properly. in the normal case.
* gui/calendar-component.c (selector_tree_drag_data_received):
call drag_finish properly, change the uid.
(selector_tree_drag_motion): set drag status properly.
svn path=/trunk/; revision=25240
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8d786a5d63..020c64a062 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +2004-03-29 Larry Ewing <lewing@ximian.com> + + * gui/calendar-component.c (selector_tree_drag_data_received): + deal with the action type a properly. in the normal case. + + * gui/calendar-component.c (selector_tree_drag_data_received): + call drag_finish properly, change the uid. + (selector_tree_drag_motion): set drag status properly. + 2004-03-29 William Jon McCann <mccann@jhu.edu> * gui/tasks-component.c (delete_task_list_cb): |