diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-10 05:43:46 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-10 05:43:46 +0800 |
commit | 3d7fc19a83c4c3835e2c5c6821b45f4a27dcae73 (patch) | |
tree | dd0ff4f52e31599ba8190d85d0f1ab2932784bf3 /shell/ChangeLog | |
parent | 93ce4979954074c5f7d6061958e523efb7bfb356 (diff) | |
download | gsoc2013-evolution-3d7fc19a83c4c3835e2c5c6821b45f4a27dcae73.tar gsoc2013-evolution-3d7fc19a83c4c3835e2c5c6821b45f4a27dcae73.tar.gz gsoc2013-evolution-3d7fc19a83c4c3835e2c5c6821b45f4a27dcae73.tar.bz2 gsoc2013-evolution-3d7fc19a83c4c3835e2c5c6821b45f4a27dcae73.tar.lz gsoc2013-evolution-3d7fc19a83c4c3835e2c5c6821b45f4a27dcae73.tar.xz gsoc2013-evolution-3d7fc19a83c4c3835e2c5c6821b45f4a27dcae73.tar.zst gsoc2013-evolution-3d7fc19a83c4c3835e2c5c6821b45f4a27dcae73.zip |
Use the name of the storage or the folder in the storage set view,
instead of just the last segment of the path, so that we can support
display names correctly.
svn path=/trunk/; revision=5296
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 73fa911dea..634c6ea9dd 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,12 @@ +2000-09-09 Ettore Perazzoli <ettore@helixcode.com> + + * e-storage-set-view.c (etree_value_at): Return the name of the + folder or the storage instead of just returning the last segment + of the path. + + * e-storage-set.c (e_storage_set_get_folder): If the storage is + not found, just return NULL to avoid a g_warning. + 2000-09-09 Christopher James Lahey <clahey@helixcode.com> * e-shell-view.c: Fixed some warnings. |