diff options
author | Dan Winship <danw@src.gnome.org> | 2001-05-12 00:41:31 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-05-12 00:41:31 +0800 |
commit | dadbbd6f8f1d12e6d5fc290e46885cb6b09120b8 (patch) | |
tree | f60d1d00a4ad4aed0dc789ca6246668358fc4f62 /shell/ChangeLog | |
parent | e6a4fcd9a248183751afd1bca0af676e4bc36089 (diff) | |
download | gsoc2013-evolution-dadbbd6f8f1d12e6d5fc290e46885cb6b09120b8.tar gsoc2013-evolution-dadbbd6f8f1d12e6d5fc290e46885cb6b09120b8.tar.gz gsoc2013-evolution-dadbbd6f8f1d12e6d5fc290e46885cb6b09120b8.tar.bz2 gsoc2013-evolution-dadbbd6f8f1d12e6d5fc290e46885cb6b09120b8.tar.lz gsoc2013-evolution-dadbbd6f8f1d12e6d5fc290e46885cb6b09120b8.tar.xz gsoc2013-evolution-dadbbd6f8f1d12e6d5fc290e46885cb6b09120b8.tar.zst gsoc2013-evolution-dadbbd6f8f1d12e6d5fc290e46885cb6b09120b8.zip |
Lots of people seem to have "broken" local storage hierarchies. So ignore
* e-local-storage.c (load_folder): Lots of people seem to have
"broken" local storage hierarchies. So ignore errors (like the old
code did) and just print a warning.
svn path=/trunk/; revision=9758
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 3c4ff1f1ff..d459665e72 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2001-05-11 Dan Winship <danw@ximian.com> + + * e-local-storage.c (load_folder): Lots of people seem to have + "broken" local storage hierarchies. So ignore errors (like the old + code did) and just print a warning. + 2001-05-11 Chris Toshok <toshok@ximian.com> * evolution-storage-set-view-factory.c |