aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-27 07:14:46 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-27 07:14:46 +0800
commitc944779866017804bbeb94f9c81af4ffa0eef3ba (patch)
tree60afd9a6a15df7367ede23bb27bdbd48549d913c /shell/ChangeLog
parent4d55b72adae439372f1d939937e9976c7221ca87 (diff)
downloadgsoc2013-evolution-c944779866017804bbeb94f9c81af4ffa0eef3ba.tar
gsoc2013-evolution-c944779866017804bbeb94f9c81af4ffa0eef3ba.tar.gz
gsoc2013-evolution-c944779866017804bbeb94f9c81af4ffa0eef3ba.tar.bz2
gsoc2013-evolution-c944779866017804bbeb94f9c81af4ffa0eef3ba.tar.lz
gsoc2013-evolution-c944779866017804bbeb94f9c81af4ffa0eef3ba.tar.xz
gsoc2013-evolution-c944779866017804bbeb94f9c81af4ffa0eef3ba.tar.zst
gsoc2013-evolution-c944779866017804bbeb94f9c81af4ffa0eef3ba.zip
New member `finished' in `EShellOfflineHandlerPrivate'.
* e-shell-offline-handler.c: New member `finished' in `EShellOfflineHandlerPrivate'. (finalize_offline): Ref the handler as we might get destroyed while putting every component offline. (impl_OfflineProgressListener_updateProgress): Don't emit ::offline_procedure_finished if ->finished is %TRUE. Also, set it to %TRUE after emitting the signal. (cancel_offline): Likewise. (finalize_offline): Likewise. (update_dialog_clist): Guard against NULL ->dialog_gui. svn path=/trunk/; revision=14182
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 0e668bb2ac..3b196f755b 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,18 @@
2001-10-26 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-offline-handler.c: New member `finished' in
+ `EShellOfflineHandlerPrivate'.
+ (finalize_offline): Ref the handler as we might get destroyed
+ while putting every component offline.
+ (impl_OfflineProgressListener_updateProgress): Don't emit
+ ::offline_procedure_finished if ->finished is %TRUE. Also, set it
+ to %TRUE after emitting the signal.
+ (cancel_offline): Likewise.
+ (finalize_offline): Likewise.
+ (update_dialog_clist): Guard against NULL ->dialog_gui.
+
+2001-10-26 Ettore Perazzoli <ettore@ximian.com>
+
* evolution-storage.c (impl_Storage_async_xfer_folder): Implement.
(class_init): Add the signal "xfer_folder" signal.