From 5b52c5ac764f007457fc12f3abcb644011c76b43 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 25 Nov 2002 19:34:07 +0000 Subject: Updated to pass a GSList to e_storage_set_view_set_checkboxes_list() * evolution-storage-set-view.c (impl_StorageSetView__set_checkedFolders): Updated to pass a GSList to e_storage_set_view_set_checkboxes_list() [instead of a GList]. (impl_StorageSetView__get_checkedFolders): Likewise with the return value from e_storage_set_view_get_checkboxes_list(). * e-shell-config-offline.c (config_control_apply_callback): Filled in, using GConf. (init_storage_set_view_status_from_config): Likewise. * e-storage-set-view.c (e_storage_set_view_get_checkboxes_list): Return a GSList instead of a GList. (essv_add_to_list): Update for the GSList. (e_storage_set_view_set_checkboxes_list): Get a GSList instead of a GList. * apps_evolution_shell.schemas: Added /schemas/apps/evolution/shell/offline/folder_paths. svn path=/trunk/; revision=18912 --- shell/apps_evolution_shell.schemas | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'shell/apps_evolution_shell.schemas') diff --git a/shell/apps_evolution_shell.schemas b/shell/apps_evolution_shell.schemas index 62adc3dab2..5aa3fcf32e 100644 --- a/shell/apps_evolution_shell.schemas +++ b/shell/apps_evolution_shell.schemas @@ -131,6 +131,18 @@ + + /schemas/apps/evolution/shell/offline/folder_paths + /apps/evolution/shell/offline/folder_paths + evolution + list + string + [] + + List of paths for the folders to be synchronized to disk for offline usage + + + -- cgit v1.2.3