From a22468499591d5279ed0cfda4455032270f0ba3d Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 9 Aug 2002 16:38:16 +0000 Subject: 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 --- shell/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'shell/ChangeLog') 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 + + * 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 * e-storage-set-view.c (folder_property_item_verb_callback): Don't -- cgit v1.2.3