diff options
author | Dan Winship <danw@src.gnome.org> | 2001-05-27 03:17:02 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-05-27 03:17:02 +0800 |
commit | ddc7d7182714803e91a34262d4c32ab80d74211a (patch) | |
tree | c990a2a10978d8b3ab29b5e0f6477a8092bd3734 /shell/ChangeLog | |
parent | f30f7c9229f581132a2fdebe61f16e877e11c68b (diff) | |
download | gsoc2013-evolution-ddc7d7182714803e91a34262d4c32ab80d74211a.tar gsoc2013-evolution-ddc7d7182714803e91a34262d4c32ab80d74211a.tar.gz gsoc2013-evolution-ddc7d7182714803e91a34262d4c32ab80d74211a.tar.bz2 gsoc2013-evolution-ddc7d7182714803e91a34262d4c32ab80d74211a.tar.lz gsoc2013-evolution-ddc7d7182714803e91a34262d4c32ab80d74211a.tar.xz gsoc2013-evolution-ddc7d7182714803e91a34262d4c32ab80d74211a.tar.zst gsoc2013-evolution-ddc7d7182714803e91a34262d4c32ab80d74211a.zip |
Don't free the hash keys in priv->path_to_etree_node, because they're
* e-storage-set-view.c (destroy): Don't free the hash keys in
priv->path_to_etree_node, because they're owned by the ETree now.
(e_storage_set_view_set_show_folders): Likewise.
svn path=/trunk/; revision=10012
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 dfb7c4ace8..313b49fb04 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2001-05-26 Dan Winship <danw@ximian.com> + + * e-storage-set-view.c (destroy): Don't free the hash keys in + priv->path_to_etree_node, because they're owned by the ETree now. + (e_storage_set_view_set_show_folders): Likewise. + 2001-05-25 Peter Williams <peterw@ximian.com> * Makefile.am: Change libeshell from a noinst_LIBRARIES to |