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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 7fd4c8f38f..ee6e38cc50 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,25 @@ +2002-11-25 Ettore Perazzoli <ettore@ximian.com> + + * 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. + 2002-11-20 Ettore Perazzoli <ettore@ximian.com> * main.c (idle_cb): Set displayed_any in the case when we are |