aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-05-21 03:08:26 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-05-21 03:08:26 +0800
commitdfbf40c628f9393d5c11a1b1c6717018f6c7a14a (patch)
treea7cd917602b785fdc0d8926e42dd87f295233a8b /shell/ChangeLog
parent13c9d214fa4b93a0c3ae08a533a8605b13a323b1 (diff)
downloadgsoc2013-evolution-dfbf40c628f9393d5c11a1b1c6717018f6c7a14a.tar
gsoc2013-evolution-dfbf40c628f9393d5c11a1b1c6717018f6c7a14a.tar.gz
gsoc2013-evolution-dfbf40c628f9393d5c11a1b1c6717018f6c7a14a.tar.bz2
gsoc2013-evolution-dfbf40c628f9393d5c11a1b1c6717018f6c7a14a.tar.lz
gsoc2013-evolution-dfbf40c628f9393d5c11a1b1c6717018f6c7a14a.tar.xz
gsoc2013-evolution-dfbf40c628f9393d5c11a1b1c6717018f6c7a14a.tar.zst
gsoc2013-evolution-dfbf40c628f9393d5c11a1b1c6717018f6c7a14a.zip
Skip the folder if it doesn't have the can_sync_offline property set.
* e-shell-offline-sync.c (sync_folder): Skip the folder if it doesn't have the can_sync_offline property set. svn path=/trunk/; revision=16948
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index d9c431e1ab..8682a3c374 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,10 @@
2002-05-20 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell-offline-sync.c (sync_folder): Skip the folder if it
+ doesn't have the can_sync_offline property set.
+
+2002-05-20 Ettore Perazzoli <ettore@ximian.com>
+
* e-corba-storage.c (impl_StorageListener_notifyFolderCreated):
Set the can_sync_offline property on the EFolder based on the
canSyncOffline value on the CORBA folder.