diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-21 02:38:10 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-21 02:38:10 +0800 |
commit | 3682e0ef1f2d736ced6cff11dd4c5e87dd0fd6d8 (patch) | |
tree | 2d98889e5975b20c25dfd8e2984d0083774cdab9 /shell/ChangeLog | |
parent | 97d578613baab00205b157c2cd87baed41dbcf5f (diff) | |
download | gsoc2013-evolution-3682e0ef1f2d736ced6cff11dd4c5e87dd0fd6d8.tar.gz gsoc2013-evolution-3682e0ef1f2d736ced6cff11dd4c5e87dd0fd6d8.tar.zst gsoc2013-evolution-3682e0ef1f2d736ced6cff11dd4c5e87dd0fd6d8.zip |
Remove exception. (cancelSyncFolder): Remove exception.
* Evolution-Offline.idl (syncFolder): Remove exception.
(cancelSyncFolder): Remove exception.
* e-shell-config-offline.c (storage_set_view_has_checkbox_func):
New.
(e_shell_config_offline_create_control): Pass it as the
@has_checkbox_func.
* e-folder.c: New member can_sync_offline in EFolderPrivate.
(init): Init to FALSE.
(e_folder_get_can_sync_offline): New.
(e_folder_to_corba): Set canSyncOffline in the returned CORBA
folder.
(e_folder_set_physical_uri): Protect from when @physical_uri and
->physical_uri are the same thing.
(e_folder_set_description): Same here with description.
(e_folder_set_type_string): And type.
* Evolution-common.idl: New member canSyncOffline in struct
Folder.
svn path=/trunk/; revision=16946
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 45ac7e6240..ff0acc14de 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,28 @@ 2002-05-20 Ettore Perazzoli <ettore@ximian.com> + * Evolution-Offline.idl (syncFolder): Remove exception. + (cancelSyncFolder): Remove exception. + + * e-shell-config-offline.c (storage_set_view_has_checkbox_func): + New. + (e_shell_config_offline_create_control): Pass it as the + @has_checkbox_func. + + * e-folder.c: New member can_sync_offline in EFolderPrivate. + (init): Init to FALSE. + (e_folder_get_can_sync_offline): New. + (e_folder_to_corba): Set canSyncOffline in the returned CORBA + folder. + (e_folder_set_physical_uri): Protect from when @physical_uri and + ->physical_uri are the same thing. + (e_folder_set_description): Same here with description. + (e_folder_set_type_string): And type. + + * Evolution-common.idl: New member canSyncOffline in struct + Folder. + +2002-05-20 Ettore Perazzoli <ettore@ximian.com> + * e-shell-config-offline.c (e_shell_config_offline_create_control): Pass NULL for @has_checkbox_func and @has_checkbox_func_data. |