aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorMengjie Yu <meng-jie.yu@sun.com>2005-01-27 15:05:56 +0800
committerHarry Lu <haip@src.gnome.org>2005-01-27 15:05:56 +0800
commit17f3cc69943b594c9a28923ed7d076a8b3224bfe (patch)
treeb6ab58469c1d93ae6447c6c94de470599b0032d9 /mail/ChangeLog
parentcdbb677db1362c6b75330612bc97ed876df1cc9e (diff)
downloadgsoc2013-evolution-17f3cc69943b594c9a28923ed7d076a8b3224bfe.tar
gsoc2013-evolution-17f3cc69943b594c9a28923ed7d076a8b3224bfe.tar.gz
gsoc2013-evolution-17f3cc69943b594c9a28923ed7d076a8b3224bfe.tar.bz2
gsoc2013-evolution-17f3cc69943b594c9a28923ed7d076a8b3224bfe.tar.lz
gsoc2013-evolution-17f3cc69943b594c9a28923ed7d076a8b3224bfe.tar.xz
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/ChangeLog7
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),