diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-05-09 17:23:14 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-05-09 17:23:14 +0800 |
commit | 2b7464339fdfb4fea0e829a09820254f31bfce5b (patch) | |
tree | 6f39747cebb18d83a550035a6ea5f6cdecead89c /addressbook/ChangeLog | |
parent | 1b1a7588bd0ed2b4a32c4f05bcdfadd70c980f97 (diff) | |
download | gsoc2013-evolution-2b7464339fdfb4fea0e829a09820254f31bfce5b.tar gsoc2013-evolution-2b7464339fdfb4fea0e829a09820254f31bfce5b.tar.gz gsoc2013-evolution-2b7464339fdfb4fea0e829a09820254f31bfce5b.tar.bz2 gsoc2013-evolution-2b7464339fdfb4fea0e829a09820254f31bfce5b.tar.lz gsoc2013-evolution-2b7464339fdfb4fea0e829a09820254f31bfce5b.tar.xz gsoc2013-evolution-2b7464339fdfb4fea0e829a09820254f31bfce5b.tar.zst gsoc2013-evolution-2b7464339fdfb4fea0e829a09820254f31bfce5b.zip |
Forming contact deletion confirmation message based on contact(s) or
contact list(s) being deleted. Fixes #222599
svn path=/trunk/; revision=29317
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index b9c57f192b..71828bc8a8 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,14 @@ +2005-05-09 Sushma Rai <rsushma@novell.com> + + * gui/widgets/e-addressbook-view.c (eab_view_delete_selection): Checking + if single or multiple contacts/contact lists are being deleted. Also + finding the name, if the single contact/contact list is being deleted. + + * gui/contact-editor/eab-editor.c (eab_editor_confirm_delete): Forming + the display messages based on the contact/contact list and number of + contacts/contact lists being deleted. + Fixes #222599 + 2005-05-06 Chenthill Palanisamy <pchenthill@novell.com> Fixes #301459 |