diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2004-08-04 06:53:33 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2004-08-04 06:53:33 +0800 |
commit | e42af08627db9fd5eed66551e52157bb91c0e642 (patch) | |
tree | 4e80054e95c2867e0ac3eec639c237a06356ef21 /addressbook/ChangeLog | |
parent | f929f20b9f9f643e48d4c4be4a380a2dd44ce0c6 (diff) | |
download | gsoc2013-evolution-e42af08627db9fd5eed66551e52157bb91c0e642.tar.gz gsoc2013-evolution-e42af08627db9fd5eed66551e52157bb91c0e642.tar.zst gsoc2013-evolution-e42af08627db9fd5eed66551e52157bb91c0e642.zip |
Fixes #60529.
2004-08-02 Hans Petter Jansson <hpj@ximian.com>
Fixes #60529.
* gui/contact-list-editor/e-contact-list-editor.c
(table_drag_drop_cb): Make sure to get the text/x-vcard target.
2004-08-02 Hans Petter Jansson <hpj@ximian.com>
Fixes #62085.
* gui/contact-list-editor/e-contact-list-editor.c
(e_contact_list_editor_class_init): Set the save_contact method.
(e_contact_list_editor_save_contact): Implement.
svn path=/trunk/; revision=26816
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 41f77c51eb..f6dad555b0 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,18 @@ +2004-08-02 Hans Petter Jansson <hpj@ximian.com> + + Fixes #60529. + + * gui/contact-list-editor/e-contact-list-editor.c + (table_drag_drop_cb): Make sure to get the text/x-vcard target. + +2004-08-02 Hans Petter Jansson <hpj@ximian.com> + + Fixes #62085. + + * gui/contact-list-editor/e-contact-list-editor.c + (e_contact_list_editor_class_init): Set the save_contact method. + (e_contact_list_editor_save_contact): Implement. + 2004-08-02 JP Rosevear <jpr@novell.com> * conduit/address-conduit.c (addrconduit_load_configuration): get |