diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2005-01-29 02:24:46 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2005-01-29 02:24:46 +0800 |
commit | 98191f8ddc365d12b956f67f2590bda4029498f1 (patch) | |
tree | 0aabc3882da9340dad08cbd546882b5c85a2d5cf /mail | |
parent | 3ea3a7c7c6e374d4ee06124ddc048ab17100dcf6 (diff) | |
download | gsoc2013-evolution-98191f8ddc365d12b956f67f2590bda4029498f1.tar.gz gsoc2013-evolution-98191f8ddc365d12b956f67f2590bda4029498f1.tar.zst gsoc2013-evolution-98191f8ddc365d12b956f67f2590bda4029498f1.zip |
fixed
svn path=/trunk/; revision=28602
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1431596ef4..756299e61c 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -38,10 +38,11 @@ 2005-01-26 Mengjie Yu <meng-jie.yu@sun.com> - Fixes #71774 - * em-folder-tree.c: (emft_popup_rename_folder): - we should check whether the 'new_name' is a NULL pointer to avoid - Evolution crashes. + Fixes #71774 + + * em-folder-tree.c (emft_popup_rename_folder): we should check + whether the 'new_name' is a NULL pointer to avoid Evolution + crashes. 2005-01-25 Mengjie Yu <meng-jie.yu@sun.com> |