diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-24 04:07:30 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-24 04:07:30 +0800 |
commit | b0b2ebe9c30f90226a3fb15d737d7c281df3e75b (patch) | |
tree | d2413a3d07621fa2577884296a85111eefa29e70 /shell/ChangeLog | |
parent | ebe98873eae6891787be887f2ad4d6f37165afd4 (diff) | |
download | gsoc2013-evolution-b0b2ebe9c30f90226a3fb15d737d7c281df3e75b.tar.gz gsoc2013-evolution-b0b2ebe9c30f90226a3fb15d737d7c281df3e75b.tar.zst gsoc2013-evolution-b0b2ebe9c30f90226a3fb15d737d7c281df3e75b.zip |
(get_type_from_parent_path):
Return "mail" instead of NULL when we don't have a parent folder.
[#28232]
svn path=/trunk/; revision=18179
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 76a27544a1..8b299bf31c 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,11 @@ 2002-09-23 Ettore Perazzoli <ettore@ximian.com> + * e-shell-folder-creation-dialog.c (get_type_from_parent_path): + Return "mail" instead of NULL when we don't have a parent folder. + [#28232] + +2002-09-23 Ettore Perazzoli <ettore@ximian.com> + * e-shell-about-box.c: Added some missing names. * main.c (main): Declare --force-upgrade correctly so it works. |