diff options
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 16 |
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 |