From 3e09ab6d6f1efee104f7c66ec292339e31c91ded Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 6 Jan 2004 04:13:11 +0000 Subject: Clone the CamelRenameInfo and ref the store before emitting the async 2004-01-05 Jeffrey Stedfast * 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 --- mail/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'mail/ChangeLog') 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 + + * 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 * em-junk-filter.c: add NULL at the end of argv for execvp (poited -- cgit v1.2.3