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 /addressbook/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 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 526bfc83bd..840b9da6cf 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +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-25 Sivaiah Nallagatla <snallagatla@novell.com> * gui/component/eab-editor.c (eab_editor_prompt_to_save_changes) : |