From e6ab5554d4fe16cc816d8751b0206291ffeeccc5 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Fri, 28 Sep 2001 18:58:17 +0000 Subject: Allow callers to set the default type of folder to be created. svn path=/trunk/; revision=13220 --- shell/ChangeLog | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 7ef4e8e95b..e27da6ac5a 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,36 @@ +2001-09-26 Iain Holmes + + * Evolution-Shell.idl: Added a default_type parameter for setting the + default folder creation type. + + * e-shell-folder-commands.c (e_shell_command_create_new_folder): Add NULL + for default type. + (e_shell_command_move_folder): Add NULL for default type. + + * e-shell-folder-creation-dialog.c (add_folder_types): Check for the + default_type instead of for mail. + (get_type_from_parent_path): Get the folder type from the parent folder + (e_shell_show_folder_creation_dialog): Get the default folder type + before creating the menu. + + * e-shell-folder-creation-dialog.h: Update headers. + + * e-shell-folder-selection-dialog.c (impl_clicked): Add default type. + (e_shell_folder_selection_dialog_construct): Add default type. + (e_shell_folder_selection_dialog_new): Add default type. + + * e-shell-folder-selection-dialog.h: Update headers. + + * e-shell-importer.c (import_druid_finish): Add NULL for default type. + + * e-shell-view-menu.c (command_new_folder): Set NULL for default type. + (command_goto_folder): Set NULL for default type. + + * e-shell.c (impl_Shell_selectUserFolder): Update for the new default + type. + + * evolution-shell-client.c (user_select_folder): Add "" for default type + 2001-09-27 Ettore Perazzoli * e-shell-view-menu.c (DEFINE_UNIMPLEMENTED): Remove. -- cgit v1.2.3