From 97cc1d57adcdefb5b63a704f42f692e3cffb4014 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 23 Jul 2001 02:04:14 +0000 Subject: Add an extra @type arg to the xferFolder and removeFolder methods in the ShellComponent interface. Updated the EvolutionShellComponent GTK+ wrapper and all the component accordingly. Get the calendar to use this so it can delete both tasks and calendar folders. svn path=/trunk/; revision=11300 --- shell/ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 881bc24f0a..4affcd9754 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,28 @@ +2001-07-22 Ettore Perazzoli + + * e-local-storage.c (remove_folder): Pass the folder type to + `evolution_shell_component_client_async_remove_folder()'. + (async_xfer_folder_step): Likewise with + `evolution_shell_component_client_async_xfer_folder()'. + + * evolution-shell-component-client.c + (evolution_shell_component_client_async_remove_folder): New arg + @type. Pass it to the `ShellComponent::removeFolder' CORBA + method. + (evolution_shell_component_client_async_xfer_folder): Likewise + with `::xferFolder'. + + * evolution-shell-component.c (impl_removeFolderAsync): Add @type + arg according to the IDL. + (impl_xferFolderAsync): Likewise. + + * evolution-shell-component.h: Add arg @type to + `EvolutionShellComponentRemoveFolderFn' and + EvolutionShellComponentXferFolderFn'. + + * Evolution-ShellComponent.idl: Add @type arg to + `::removeFolderAsync' and `::xferFolderAsync'. + 2001-07-21 Ettore Perazzoli * e-shell-folder-creation-dialog.c (add_folder_types): Only put -- cgit v1.2.3