diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2004-08-17 07:43:34 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2004-08-17 07:43:34 +0800 |
commit | c3aa4b6fa33f3d401717c1b2d00035da789ad3a7 (patch) | |
tree | 90f42500c5fe1af4fde98f1116296362e0d08f3b /addressbook/ChangeLog | |
parent | e1c0f0182092f57e25919b87141ba175d1b0c095 (diff) | |
download | gsoc2013-evolution-c3aa4b6fa33f3d401717c1b2d00035da789ad3a7.tar.gz gsoc2013-evolution-c3aa4b6fa33f3d401717c1b2d00035da789ad3a7.tar.zst gsoc2013-evolution-c3aa4b6fa33f3d401717c1b2d00035da789ad3a7.zip |
Remove the custom prompt-to-save dialogs from here - use
2004-08-11 Hans Petter Jansson <hpj@ximian.com>
* gui/contact-editor/e-contact-editor.c (app_delete_event_cb):
Remove the custom prompt-to-save dialogs from here - use
eab_prompt_save_dialog (), and then only if the contact actually
changed.
svn path=/trunk/; revision=26950
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index e98a0e99a2..e6e3edd6a1 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2004-08-11 Hans Petter Jansson <hpj@ximian.com> + + * gui/contact-editor/e-contact-editor.c (app_delete_event_cb): + Remove the custom prompt-to-save dialogs from here - use + eab_prompt_save_dialog (), and then only if the contact actually + changed. + 2004-08-16 Chris Toshok <toshok@ximian.com> * gui/widgets/eab-gui-util.c (eab_show_multiple_contacts): |