From 94b079846d701f72043a651d9df2efa90aa6a2d7 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Fri, 22 Jul 2005 07:48:16 +0000 Subject: Handling the rename of calendars. This addresses the bug 310433 Removed 2005-07-22 Praveen Kumar * exchange-calendar.c : Handling the rename of calendars. This addresses the bug 310433 * exchange-config-listener.c : Removed the functions add_folder_esource and remove_folder_esource * exchange-contacts.c : Handling the rename of addressbooks. Also modified the way of Exchange addressbook ESource URI handling to be the same way as calendar ESource URI handling * exchange-operations.c (exchange_operations_update_child_esources) : Added new to handle the rename of the ESources of all child folders in the case of parent folder being renamed. * exchange-operations.h : Added prototype for the new function svn path=/trunk/; revision=29842 --- plugins/exchange-operations/exchange-operations.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/exchange-operations/exchange-operations.h') diff --git a/plugins/exchange-operations/exchange-operations.h b/plugins/exchange-operations/exchange-operations.h index bf41b3088f..e2a4f2815a 100644 --- a/plugins/exchange-operations/exchange-operations.h +++ b/plugins/exchange-operations/exchange-operations.h @@ -46,6 +46,8 @@ void exchange_operations_cta_select_node_from_tree (GtkTreeStore *store, GtkTree void exchange_operations_report_error (ExchangeAccount *account, ExchangeAccountResult result); +void exchange_operations_update_child_esources (ESource *source, const gchar *old_path, const gchar *new_path); + #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.3