diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-06-29 03:03:06 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-06-29 03:03:06 +0800 |
commit | bbf29c9100968308aa9d2f3089ce35f2ed126375 (patch) | |
tree | 23a5fbae517b26f429ee2302d7a415c4ecfd0b4d /shell/ChangeLog | |
parent | 3188bb8c2f961885c6bf89fa8ff7edbed75dfd40 (diff) | |
download | gsoc2013-evolution-bbf29c9100968308aa9d2f3089ce35f2ed126375.tar gsoc2013-evolution-bbf29c9100968308aa9d2f3089ce35f2ed126375.tar.gz gsoc2013-evolution-bbf29c9100968308aa9d2f3089ce35f2ed126375.tar.bz2 gsoc2013-evolution-bbf29c9100968308aa9d2f3089ce35f2ed126375.tar.lz gsoc2013-evolution-bbf29c9100968308aa9d2f3089ce35f2ed126375.tar.xz gsoc2013-evolution-bbf29c9100968308aa9d2f3089ce35f2ed126375.tar.zst gsoc2013-evolution-bbf29c9100968308aa9d2f3089ce35f2ed126375.zip |
*** empty log message ***
svn path=/trunk/; revision=17324
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
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 <ettore@ximian.com> + + [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 <iain@ximian.com> * e-shell-importer.c (show_import_wizard): Only let the dialog be @@ -32,6 +49,8 @@ 2002-06-24 Ettore Perazzoli <ettore@ximian.com> + * 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 <christian@whoop.org>.] |