diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-24 06:28:46 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-24 06:28:46 +0800 |
commit | a6b2711b080314da9ab3cc1921e7d3b8560993df (patch) | |
tree | c114b48ae2732b01c2a7426f0efce8af4e3dcf18 /shell/ChangeLog | |
parent | 974cb91595b7eccc118ff8c807d1ecb60b0e217f (diff) | |
download | gsoc2013-evolution-a6b2711b080314da9ab3cc1921e7d3b8560993df.tar.gz gsoc2013-evolution-a6b2711b080314da9ab3cc1921e7d3b8560993df.tar.zst gsoc2013-evolution-a6b2711b080314da9ab3cc1921e7d3b8560993df.zip |
Handle the return codes properly, and invoke the result callback too.
* e-local-storage.c (async_xfer_folder_callback): Handle the
return codes properly, and invoke the result callback too.
svn path=/trunk/; revision=13965
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 497d6c1902..edc7b359c7 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 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. + +2001-10-23 Ettore Perazzoli <ettore@ximian.com> + * e-activity-handler.c (show_cancellation_popup): #if 0'ed for now, per #7427. |