diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-27 05:51:43 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-27 05:51:43 +0800 |
commit | c26da3acf537953d00a77099528775ac3b95a005 (patch) | |
tree | 9ea4df0bbd88e6066cc134d7563027e1343a8b01 /shell/ChangeLog | |
parent | 291331936c5f0312be27bc8b018b866c95c05984 (diff) | |
download | gsoc2013-evolution-c26da3acf537953d00a77099528775ac3b95a005.tar gsoc2013-evolution-c26da3acf537953d00a77099528775ac3b95a005.tar.gz gsoc2013-evolution-c26da3acf537953d00a77099528775ac3b95a005.tar.bz2 gsoc2013-evolution-c26da3acf537953d00a77099528775ac3b95a005.tar.lz gsoc2013-evolution-c26da3acf537953d00a77099528775ac3b95a005.tar.xz gsoc2013-evolution-c26da3acf537953d00a77099528775ac3b95a005.tar.zst gsoc2013-evolution-c26da3acf537953d00a77099528775ac3b95a005.zip |
New, implementation for the ::async_xfer_folder method. (class_init):
* e-corba-storage.c
(async_xfer_folder): New, implementation for the
::async_xfer_folder method.
(class_init): Install it.
svn path=/trunk/; revision=14173
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 ff86a595eb..bd43f67c14 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,12 @@ 2001-10-26 Ettore Perazzoli <ettore@ximian.com> + * e-corba-storage.c + (async_xfer_folder): New, implementation for the + ::async_xfer_folder method. + (class_init): Install it. + +2001-10-26 Ettore Perazzoli <ettore@ximian.com> + * e-shell.c (destroy): Set ->is_initialized to %FALSE. (e_shell_unregister_all): Same here. |