diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-07-21 21:27:37 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-07-21 21:27:37 +0800 |
commit | 56b5ddf1ca2d8cd63f2c10fba1b0018037c6ad69 (patch) | |
tree | a113d5e13c8072b912dbe830ec8b45e82eebec3b /addressbook/ChangeLog | |
parent | d573bf6a6e1aadb63300275276d43635668a015d (diff) | |
download | gsoc2013-evolution-56b5ddf1ca2d8cd63f2c10fba1b0018037c6ad69.tar.gz gsoc2013-evolution-56b5ddf1ca2d8cd63f2c10fba1b0018037c6ad69.tar.zst gsoc2013-evolution-56b5ddf1ca2d8cd63f2c10fba1b0018037c6ad69.zip |
Not prompting the delete confirmation dialog for cut contact operation.
Fixes #311090
svn path=/trunk/; revision=29833
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 9aeb4e33b2..1b12cebd0e 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,13 @@ +2005-07-21 Sushma Rai <rsushma@novell.com> + + * gui/widgets/e-addressbook-view.[ch] (eab_view_delete_selection): + Prompt for confirmation only while deleting the contact, and not for + cut operation. + (delete)(eab_view_cut): Using the flag to inidicate delete/cut. + + * addressbook/gui/component/addressbook-view.c (delete_contact_cb): + Similar. Fixes #311090 + 2005-07-19 Arunprakash <arunp@novell.com> * gui/widgets/eab-gui-util.c: Added two new entries in array |