diff options
author | Mengjie Yu <meng-jie.yu@sun.com> | 2005-01-27 15:05:56 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2005-01-27 15:05:56 +0800 |
commit | 17f3cc69943b594c9a28923ed7d076a8b3224bfe (patch) | |
tree | b6ab58469c1d93ae6447c6c94de470599b0032d9 /mail/ChangeLog | |
parent | cdbb677db1362c6b75330612bc97ed876df1cc9e (diff) | |
download | gsoc2013-evolution-17f3cc69943b594c9a28923ed7d076a8b3224bfe.tar.gz gsoc2013-evolution-17f3cc69943b594c9a28923ed7d076a8b3224bfe.tar.zst gsoc2013-evolution-17f3cc69943b594c9a28923ed7d076a8b3224bfe.zip |
Fixes #71774 we should check whether the 'new_name' is a NULL pointer to
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.
svn path=/trunk/; revision=28574
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 47323f0138..9acda651d8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +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. + 2005-01-25 Mengjie Yu <meng-jie.yu@sun.com> * em-mailer-prefs.c: (restore_labels_clicked), |