aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2001-08-25 03:10:22 +0800
committerPeter Williams <peterw@src.gnome.org>2001-08-25 03:10:22 +0800
commit39e8ec3c3dc534bb1f3fffcdcf4c952d12b7bce9 (patch)
tree902594d37611cf90968d9a48097369df82a1467c /mail/ChangeLog
parent2fba11c88fa90dc7b34a1b191ca327f942c47150 (diff)
downloadgsoc2013-evolution-39e8ec3c3dc534bb1f3fffcdcf4c952d12b7bce9.tar
gsoc2013-evolution-39e8ec3c3dc534bb1f3fffcdcf4c952d12b7bce9.tar.gz
gsoc2013-evolution-39e8ec3c3dc534bb1f3fffcdcf4c952d12b7bce9.tar.bz2
gsoc2013-evolution-39e8ec3c3dc534bb1f3fffcdcf4c952d12b7bce9.tar.lz
gsoc2013-evolution-39e8ec3c3dc534bb1f3fffcdcf4c952d12b7bce9.tar.xz
gsoc2013-evolution-39e8ec3c3dc534bb1f3fffcdcf4c952d12b7bce9.tar.zst
gsoc2013-evolution-39e8ec3c3dc534bb1f3fffcdcf4c952d12b7bce9.zip
Save the folder's full_name, unref it, and *then* unref the store, so that
2001-08-24 Peter Williams <peterw@ximian.com> * mail-ops.c (remove_folder_get): Save the folder's full_name, unref it, and *then* unref the store, so that the folder has been closed before it gets deleted. svn path=/trunk/; revision=12446
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 304eaab494..78f053da04 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,11 @@
2001-08-24 Peter Williams <peterw@ximian.com>
+ * mail-ops.c (remove_folder_get): Save the folder's full_name, unref it,
+ and *then* unref the store, so that the folder has been closed before
+ it gets deleted.
+
+2001-08-24 Peter Williams <peterw@ximian.com>
+
* mail-config.c (add_shortcut_entry): Instead of using the length
of the shortcuts list as the index for the shortcut, use -1, which
means "last".