From 602fee638e44de17ddd438d9327d7087c72bc41d Mon Sep 17 00:00:00 2001 From: Jason Leach Date: Sat, 23 Jun 2001 18:58:02 +0000 Subject: (Implemented deleting folders in the shell. Files changed that aren't (Implemented deleting folders in the shell. Files changed that aren't noted below were simply small indentation/space changes. To play with deleting folders, right click on a selected folder in the folder tree, then choose Delete.) 2001-06-23 Jason Leach * e-shell-folder-selection-dialog.c (e_shell_folder_selection_dialog_construct): Make the folder tree have a similar expanded state as the shell's folder tree. * e-local-storage.c (remove_folder): New function that does the meat of actual deletion stuff. (remove_folder_directory): A helper function that remove_folder() uses. (component_async_remove_folder_callback): A new callback to do the removing stuff from shell (if there weren't errors from the component). (impl_async_remove_folder): Implemented this. * evolution-shell-component-client.c (evolution_shell_component_client_async_remove_folder): Implemented this. * e-shell-view.c (e_shell_view_remove_control_for_uri): New function. svn path=/trunk/; revision=10446 --- shell/e-storage-set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-storage-set.c') diff --git a/shell/e-storage-set.c b/shell/e-storage-set.c index bfe1bda032..07b4e66378 100644 --- a/shell/e-storage-set.c +++ b/shell/e-storage-set.c @@ -590,7 +590,7 @@ e_storage_set_async_remove_folder (EStorageSet *storage_set, converter_data = storage_callback_converter_data_new (storage_set, callback, data); - e_storage_async_remove_folder (storage, path, + e_storage_async_remove_folder (storage, subpath, storage_callback_converter, converter_data); } -- cgit v1.2.3