diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-22 13:21:18 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-22 13:21:18 +0800 |
commit | 5e0bf557171d1b107513af36832a79976b458734 (patch) | |
tree | eaa4e58547ee85eaa84978eda9d39dce12f35f70 /addressbook/ChangeLog | |
parent | f22daae8e661b7bc023c0e2c81d2966f5766f541 (diff) | |
download | gsoc2013-evolution-5e0bf557171d1b107513af36832a79976b458734.tar gsoc2013-evolution-5e0bf557171d1b107513af36832a79976b458734.tar.gz gsoc2013-evolution-5e0bf557171d1b107513af36832a79976b458734.tar.bz2 gsoc2013-evolution-5e0bf557171d1b107513af36832a79976b458734.tar.lz gsoc2013-evolution-5e0bf557171d1b107513af36832a79976b458734.tar.xz gsoc2013-evolution-5e0bf557171d1b107513af36832a79976b458734.tar.zst gsoc2013-evolution-5e0bf557171d1b107513af36832a79976b458734.zip |
Put up an error dialog if there's an error while saving. If the person
2001-10-22 Christopher James Lahey <clahey@ximian.com>
* gui/contact-editor/e-contact-save-as.c (save_it): Put up an
error dialog if there's an error while saving. If the person hits
cancel on the "file exists" dialog, don't close the file selection
dialog. Fixes Ximian bug #7055.
svn path=/trunk/; revision=13865
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 94604fb83e..910f5821f7 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,9 +1,19 @@ +2001-10-22 Christopher James Lahey <clahey@ximian.com> + + * gui/contact-editor/e-contact-save-as.c (save_it): Put up an + error dialog if there's an error while saving. If the person hits + cancel on the "file exists" dialog, don't close the file selection + dialog. Fixes Ximian bug #7055. + 2001-10-21 Christopher James Lahey <clahey@ximian.com> * gui/widgets/e-addressbook-reflow-adapter.c (model_and_selection_free): right_click_up here when we let go of the popup. + * gui/widgets/e-minicard-view.c (e_minicard_view_selection_event): + right_click_up here. + 2001-10-21 Christopher James Lahey <clahey@ximian.com> * gui/component/select-names/e-select-names.c |