diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-26 03:34:07 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-26 03:34:07 +0800 |
commit | 5b52c5ac764f007457fc12f3abcb644011c76b43 (patch) | |
tree | 22140a646fb596a7c7419dfba3483863f58e05f6 /shell/apps_evolution_shell.schemas | |
parent | 98a522b22e81746773fe26ef831b0a76743cc1bb (diff) | |
download | gsoc2013-evolution-5b52c5ac764f007457fc12f3abcb644011c76b43.tar.gz gsoc2013-evolution-5b52c5ac764f007457fc12f3abcb644011c76b43.tar.zst gsoc2013-evolution-5b52c5ac764f007457fc12f3abcb644011c76b43.zip |
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
Diffstat (limited to 'shell/apps_evolution_shell.schemas')
-rw-r--r-- | shell/apps_evolution_shell.schemas | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ </locale> </schema> + <schema> + <key>/schemas/apps/evolution/shell/offline/folder_paths</key> + <applyto>/apps/evolution/shell/offline/folder_paths</applyto> + <owner>evolution</owner> + <type>list</type> + <list_type>string</list_type> + <default>[]</default> + <locale name="C"> + <short>List of paths for the folders to be synchronized to disk for offline usage</short> + </locale> + </schema> + <!-- View defaults --> <schema> |