diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-09 06:16:27 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-09 06:16:27 +0800 |
commit | cebba7fc5ed18da8460c971a47fff7c7dabe613a (patch) | |
tree | dcc090a397b72d5eff772c0613570e058776aa1c /shell/ChangeLog | |
parent | c884f5a0148fa2202108cf53645656db5f0e4636 (diff) | |
download | gsoc2013-evolution-cebba7fc5ed18da8460c971a47fff7c7dabe613a.tar.gz gsoc2013-evolution-cebba7fc5ed18da8460c971a47fff7c7dabe613a.tar.zst gsoc2013-evolution-cebba7fc5ed18da8460c971a47fff7c7dabe613a.zip |
Fix a stupid crash caused by not taking account of the fact that the
root node has no folder associated with it.
svn path=/trunk/; revision=5277
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index a31eba7d8e..5949d98878 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 2000-09-08 Ettore Perazzoli <ettore@helixcode.com> + * evolution-storage.c (list_through_listener_foreach): Don't crash + on nodes with no data. [The root node has none indeed.] + +2000-09-08 Ettore Perazzoli <ettore@helixcode.com> + * e-folder-tree.c (e_folder_tree_get_folder): Return NULL if there is no folder with that @path, instead of segfaulting. |