diff options
author | Devashish Sharma <dsharma@src.gnome.org> | 2006-01-23 19:55:07 +0800 |
---|---|---|
committer | Devashish Sharma <dsharma@src.gnome.org> | 2006-01-23 19:55:07 +0800 |
commit | ee87fbf14f26a6f638f56ed2efcc9a1137585fa5 (patch) | |
tree | 562fadc13ef76d17e5261ecebe20d05950881442 /addressbook/ChangeLog | |
parent | dd5f09119558ec41adf7f519e5ca0aa347f83e4c (diff) | |
download | gsoc2013-evolution-ee87fbf14f26a6f638f56ed2efcc9a1137585fa5.tar.gz gsoc2013-evolution-ee87fbf14f26a6f638f56ed2efcc9a1137585fa5.tar.zst gsoc2013-evolution-ee87fbf14f26a6f638f56ed2efcc9a1137585fa5.zip |
Added source selector to contact quick-add dialog.
svn path=/trunk/; revision=31278
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index d25897a2a0..c98cca0670 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,17 @@ +2006-01-23 Devashish Sharma <sdevashish@novell.com> + + * gui/contact-editor/e-contact-quick-add.c : Added source selector to + the quick add dialog so that the user can choose the addressbook also + while storing the contact. Earlier it automatically went to the + default addressbook. + + * gui/widgets/eab-popup-control.c : It now directly tries to quick add + the contact to the selected addressbook. All the duplicate detected and + merging contacts logic is then handled by duplicate contact detected + dialog. So removed the searching and merging code from the file. + Earlier it added the contact to the default addressbook and checked + for duplicated there only. + 2006-01-23 Sushma Rai <rsushma@novell.com> * addressbook/gui/component/addressbook.c (addressbook_authenticate): |