diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-24 07:38:58 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-24 07:38:58 +0800 |
commit | d998431a1eb014dd5e791c5d5cfecafba40dd32c (patch) | |
tree | e9588f291764ca43880d9266a0b1e5b90027e61f /shell/ChangeLog | |
parent | d42effce71204eeb2f985e284047118e8d9fd813 (diff) | |
download | gsoc2013-evolution-d998431a1eb014dd5e791c5d5cfecafba40dd32c.tar gsoc2013-evolution-d998431a1eb014dd5e791c5d5cfecafba40dd32c.tar.gz gsoc2013-evolution-d998431a1eb014dd5e791c5d5cfecafba40dd32c.tar.bz2 gsoc2013-evolution-d998431a1eb014dd5e791c5d5cfecafba40dd32c.tar.lz gsoc2013-evolution-d998431a1eb014dd5e791c5d5cfecafba40dd32c.tar.xz gsoc2013-evolution-d998431a1eb014dd5e791c5d5cfecafba40dd32c.tar.zst gsoc2013-evolution-d998431a1eb014dd5e791c5d5cfecafba40dd32c.zip |
New. (rename_callback_data_free): New. (rename_cb): Rename the folder
* e-shell-folder-commands.c (rename_callback_data_new): New.
(rename_callback_data_free): New.
(rename_cb): Rename the folder here.
(e_shell_command_rename_folder): Don't rename the EFolder here.
svn path=/trunk/; revision=13967
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index edc7b359c7..38e1f2d8b1 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,12 @@ 2001-10-23 Ettore Perazzoli <ettore@ximian.com> + * e-shell-folder-commands.c (rename_callback_data_new): New. + (rename_callback_data_free): New. + (rename_cb): Rename the folder here. + (e_shell_command_rename_folder): Don't rename the EFolder here. + +2001-10-23 Ettore Perazzoli <ettore@ximian.com> + * e-local-storage.c (async_xfer_folder_callback): Handle the return codes properly, and invoke the result callback too. |