aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-08-10 00:38:16 +0800
committerDan Winship <danw@src.gnome.org>2002-08-10 00:38:16 +0800
commita22468499591d5279ed0cfda4455032270f0ba3d (patch)
tree0b5db06bbd018fe05469f695c1de9d282f90c37d /shell/ChangeLog
parent1d053f6c568b250b58fabcf84b8853dd146bb000 (diff)
downloadgsoc2013-evolution-a22468499591d5279ed0cfda4455032270f0ba3d.tar
gsoc2013-evolution-a22468499591d5279ed0cfda4455032270f0ba3d.tar.gz
gsoc2013-evolution-a22468499591d5279ed0cfda4455032270f0ba3d.tar.bz2
gsoc2013-evolution-a22468499591d5279ed0cfda4455032270f0ba3d.tar.lz
gsoc2013-evolution-a22468499591d5279ed0cfda4455032270f0ba3d.tar.xz
gsoc2013-evolution-a22468499591d5279ed0cfda4455032270f0ba3d.tar.zst
gsoc2013-evolution-a22468499591d5279ed0cfda4455032270f0ba3d.zip
Remove both timeouts when the dialog is destroyed, not just one of them.
* e-shell-shared-folder-picker-dialog.c (create_progress_dialog): Remove both timeouts when the dialog is destroyed, not just one of them. (shared_folder_discovery_listener_callback): Don't try to access fields of discovery_data after destroying it. Interpret the result argument correctly, and put up an error dialog (using e_corba_storage_corba_result_to_storage_result and e_storage_result_to_string) if something went wrong. * e-corba-storage.c (e_corba_storage_corba_result_to_storage_result): convert a GNOME_Evolution_Storage_Result to an EStorageResult. (async_folder_cb): Use that. svn path=/trunk/; revision=17750
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index a8987479c9..85ad32f89e 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,19 @@
+2002-08-09 Dan Winship <danw@ximian.com>
+
+ * e-shell-shared-folder-picker-dialog.c (create_progress_dialog):
+ Remove both timeouts when the dialog is destroyed, not just one of
+ them.
+ (shared_folder_discovery_listener_callback): Don't try to access
+ fields of discovery_data after destroying it. Interpret the result
+ argument correctly, and put up an error dialog (using
+ e_corba_storage_corba_result_to_storage_result and
+ e_storage_result_to_string) if something went wrong.
+
+ * e-corba-storage.c
+ (e_corba_storage_corba_result_to_storage_result): convert a
+ GNOME_Evolution_Storage_Result to an EStorageResult.
+ (async_folder_cb): Use that.
+
2002-08-06 Dan Winship <danw@ximian.com>
* e-storage-set-view.c (folder_property_item_verb_callback): Don't