aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-01-30 12:37:28 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-01-30 12:37:28 +0800
commitc6e8df106b860b5b99c0e91055453e1f67fe834d (patch)
tree1d877b3f96ddef4ea7c269d7a0df924a8f19a061 /camel/ChangeLog
parentdab1c82a2155a56ae2444108b4182bb7c19d4889 (diff)
downloadgsoc2013-evolution-c6e8df106b860b5b99c0e91055453e1f67fe834d.tar
gsoc2013-evolution-c6e8df106b860b5b99c0e91055453e1f67fe834d.tar.gz
gsoc2013-evolution-c6e8df106b860b5b99c0e91055453e1f67fe834d.tar.bz2
gsoc2013-evolution-c6e8df106b860b5b99c0e91055453e1f67fe834d.tar.lz
gsoc2013-evolution-c6e8df106b860b5b99c0e91055453e1f67fe834d.tar.xz
gsoc2013-evolution-c6e8df106b860b5b99c0e91055453e1f67fe834d.tar.zst
gsoc2013-evolution-c6e8df106b860b5b99c0e91055453e1f67fe834d.zip
copy the old_name that comes in, since it might be the actual folder_name,
2004-01-30 Not Zed <NotZed@Ximian.com> * camel-store.c (camel_store_rename_folder): copy the old_name that comes in, since it might be the actual folder_name, which will go away during processing. Related to #53123. svn path=/trunk/; revision=24532
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index b828328a7d..3753da6f32 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,9 @@
+2004-01-30 Not Zed <NotZed@Ximian.com>
+
+ * camel-store.c (camel_store_rename_folder): copy the old_name
+ that comes in, since it might be the actual folder_name, which
+ will go away during processing. Related to #53123.
+
2004-01-29 Not Zed <NotZed@Ximian.com>
** See bug #53269.