From bbf29c9100968308aa9d2f3089ce35f2ed126375 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 28 Jun 2002 19:03:06 +0000 Subject: *** empty log message *** svn path=/trunk/; revision=17324 --- shell/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 070b72638a..6abf2cc700 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,20 @@ +2002-06-25 Ettore Perazzoli + + [Fix #10681, Incorrect behavior when deleting a hierarchy of local + folders.] + + * e-local-storage.c: Change the ASyncRemoveFolderCallbackData + struct to have only storage and next_paths_to_delete members. + (remove_folder_step): New. + (component_async_remove_folder_callback): Start deletion for the + next path in next_paths_to_delete, so we handle recursion + properly. + (create_subfolder_list): New. + (remove_folder): Create the list with create_subfolder_list, + initialize the ASyncRemoveFolderCallbackData with the + next_paths_to_delete list and do the first deletion. This way we + handle recursion properly. + 2002-06-26 Iain * e-shell-importer.c (show_import_wizard): Only let the dialog be @@ -32,6 +49,8 @@ 2002-06-24 Ettore Perazzoli + * e-local-storage.c (remove_folder): Removed arg @physical_uri. + * e-shell-folder-selection-dialog.c (impl_clicked): Pass default_type to e_shell_show_folder_creation_dialog() properly. [Patch by Christian Kreibich .] -- cgit v1.2.3