aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-01-06 12:13:11 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-01-06 12:13:11 +0800
commit3e09ab6d6f1efee104f7c66ec292339e31c91ded (patch)
treea67e8fc4eab22465c506e2ea39d641bab96af1ea /mail/ChangeLog
parent328a85b85a7bc4bacb0ac4d3fcca813b31cf22c4 (diff)
downloadgsoc2013-evolution-3e09ab6d6f1efee104f7c66ec292339e31c91ded.tar
gsoc2013-evolution-3e09ab6d6f1efee104f7c66ec292339e31c91ded.tar.gz
gsoc2013-evolution-3e09ab6d6f1efee104f7c66ec292339e31c91ded.tar.bz2
gsoc2013-evolution-3e09ab6d6f1efee104f7c66ec292339e31c91ded.tar.lz
gsoc2013-evolution-3e09ab6d6f1efee104f7c66ec292339e31c91ded.tar.xz
gsoc2013-evolution-3e09ab6d6f1efee104f7c66ec292339e31c91ded.tar.zst
gsoc2013-evolution-3e09ab6d6f1efee104f7c66ec292339e31c91ded.zip
Clone the CamelRenameInfo and ref the store before emitting the async
2004-01-05 Jeffrey Stedfast <fejj@ximian.com> * em-folder-tree-model.c (folder_renamed_cb): Clone the CamelRenameInfo and ref the store before emitting the async event. (folder_deleted_cb): Same idea but for CamelFolderInfo's. (folder_created_cb): Here too. (folder_subscribed_cb): Same. (folder_unsubscribed_cb): And here. (folder_renamed): Split out from folder_rename_cb(), free the CamelRenameInfo and unref the store when done. (folder_unsubscribed): Same idea. (folder_subscribed): Same. svn path=/trunk/; revision=24062
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 56162ef0b0..d2b0db9ca8 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,16 @@
+2004-01-05 Jeffrey Stedfast <fejj@ximian.com>
+
+ * em-folder-tree-model.c (folder_renamed_cb): Clone the
+ CamelRenameInfo and ref the store before emitting the async event.
+ (folder_deleted_cb): Same idea but for CamelFolderInfo's.
+ (folder_created_cb): Here too.
+ (folder_subscribed_cb): Same.
+ (folder_unsubscribed_cb): And here.
+ (folder_renamed): Split out from folder_rename_cb(), free the
+ CamelRenameInfo and unref the store when done.
+ (folder_unsubscribed): Same idea.
+ (folder_subscribed): Same.
+
2004-01-05 Radek Doulik <rodo@ximian.com>
* em-junk-filter.c: add NULL at the end of argv for execvp (poited