diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-25 04:44:31 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-25 04:44:31 +0800 |
commit | bb7d2c44996f10c4e768f0e86d5f894d607f3864 (patch) | |
tree | a0dfc4e441921c5d3423d9cd8b8b4310180acec7 /shell/ChangeLog | |
parent | b61e480c425ce7eac8dc9c7b852261a936fdc3fc (diff) | |
download | gsoc2013-evolution-bb7d2c44996f10c4e768f0e86d5f894d607f3864.tar gsoc2013-evolution-bb7d2c44996f10c4e768f0e86d5f894d607f3864.tar.gz gsoc2013-evolution-bb7d2c44996f10c4e768f0e86d5f894d607f3864.tar.bz2 gsoc2013-evolution-bb7d2c44996f10c4e768f0e86d5f894d607f3864.tar.lz gsoc2013-evolution-bb7d2c44996f10c4e768f0e86d5f894d607f3864.tar.xz gsoc2013-evolution-bb7d2c44996f10c4e768f0e86d5f894d607f3864.tar.zst gsoc2013-evolution-bb7d2c44996f10c4e768f0e86d5f894d607f3864.zip |
New. (async_xfer_folder_callback): Use it so we get the right error
* e-local-storage.c (storage_result_from_component_result): New.
(async_xfer_folder_callback): Use it so we get the right error
message.
(async_xfer_folder_complete): New arg @success. Don't remove the
directory and the metadata if @success is %FALSE.
svn path=/trunk/; revision=13991
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 4a33cb5530..bce22b9a87 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2001-10-24 Ettore Perazzoli <ettore@ximian.com> + + * e-local-storage.c (storage_result_from_component_result): New. + (async_xfer_folder_callback): Use it so we get the right error + message. + (async_xfer_folder_complete): New arg @success. Don't remove the + directory and the metadata if @success is %FALSE. + 2001-10-23 Ettore Perazzoli <ettore@ximian.com> * e-shell-folder-commands.c (rename_callback_data_new): Get the |