diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-15 05:34:59 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-15 05:34:59 +0800 |
commit | 4c65eab5b1429f35b7dcd17c417cc4206989786a (patch) | |
tree | 9d53477a3faa4a16e52cb7f0ccf80c7e9bc596ca /shell/ChangeLog | |
parent | f8cc61843c45d07d11872e767c1cee0f16d48409 (diff) | |
download | gsoc2013-evolution-4c65eab5b1429f35b7dcd17c417cc4206989786a.tar.gz gsoc2013-evolution-4c65eab5b1429f35b7dcd17c417cc4206989786a.tar.zst gsoc2013-evolution-4c65eab5b1429f35b7dcd17c417cc4206989786a.zip |
Call e_shell_offline_sync_all_folders() if no connection is reported here.
* e-shell-offline-handler.c
(e_shell_offline_handler_put_components_offline): Call
e_shell_offline_sync_all_folders() if no connection is reported
here.
(dialog_handle_ok): Sync all the folders here through
e_shell_offline_sync_all_folders().
* e-shell-offline-sync.c: New.
* e-shell-offline-sync.h: New.
* Evolution-Offline.idl (syncFolder): Make oneway.
(cancelSyncFolder): Likewise.
(SyncFolderProgressListener::reportSuccess): New method.
svn path=/trunk/; revision=16792
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 14b151ac1e..db0b341117 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,19 @@ +2002-05-14 Ettore Perazzoli <ettore@ximian.com> + + * e-shell-offline-handler.c + (e_shell_offline_handler_put_components_offline): Call + e_shell_offline_sync_all_folders() if no connection is reported + here. + (dialog_handle_ok): Sync all the folders here through + e_shell_offline_sync_all_folders(). + + * e-shell-offline-sync.c: New. + * e-shell-offline-sync.h: New. + + * Evolution-Offline.idl (syncFolder): Make oneway. + (cancelSyncFolder): Likewise. + (SyncFolderProgressListener::reportSuccess): New method. + 2002-05-14 Christopher James Lahey <clahey@ximian.com> * Makefile.am: Added check-empty.xpm, check-filled.xpm, and |