diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-12-12 04:02:24 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-12-12 04:02:24 +0800 |
commit | e0f24af03fc5b9e9a367e1956520a3944d17b3dd (patch) | |
tree | c4b7a1e32b80a9546297910ca9cd427aa8bc6a7d /mail/ChangeLog | |
parent | 35e7a45e0f38140556af85c8791fd9c118dade02 (diff) | |
download | gsoc2013-evolution-e0f24af03fc5b9e9a367e1956520a3944d17b3dd.tar.gz gsoc2013-evolution-e0f24af03fc5b9e9a367e1956520a3944d17b3dd.tar.zst gsoc2013-evolution-e0f24af03fc5b9e9a367e1956520a3944d17b3dd.zip |
Shorten the namespace of some internal functions to just emft.
2003-12-11 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-tree.c: Shorten the namespace of some internal
functions to just emft.
(emft_popup_delete_rec): Don't delete the contents of a folder if
it is a vFolder. Fixes bug #52029.
svn path=/trunk/; revision=23927
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 0c74c62c50..245db7055e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -2,6 +2,8 @@ * em-folder-tree.c: Shorten the namespace of some internal functions to just emft. + (emft_popup_delete_rec): Don't delete the contents of a folder if + it is a vFolder. Fixes bug #52029. * em-mailer-prefs.c (em_mailer_prefs_construct): Use newv() here and pass an array of GTypes - makes it simpler to change the order |