aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-09-15 08:00:32 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-09-15 08:00:32 +0800
commit02add12fb652a3b01d6b6a4184276550f3c4377a (patch)
tree37c0c098fb617247dea7f2ef3817eb9ed2d320cc /mail/ChangeLog
parent9cb86dd0b0d598eba99f057bf0afff333258b27a (diff)
downloadgsoc2013-evolution-02add12fb652a3b01d6b6a4184276550f3c4377a.tar
gsoc2013-evolution-02add12fb652a3b01d6b6a4184276550f3c4377a.tar.gz
gsoc2013-evolution-02add12fb652a3b01d6b6a4184276550f3c4377a.tar.bz2
gsoc2013-evolution-02add12fb652a3b01d6b6a4184276550f3c4377a.tar.lz
gsoc2013-evolution-02add12fb652a3b01d6b6a4184276550f3c4377a.tar.xz
gsoc2013-evolution-02add12fb652a3b01d6b6a4184276550f3c4377a.tar.zst
gsoc2013-evolution-02add12fb652a3b01d6b6a4184276550f3c4377a.zip
Added a refcount variable so set the refcount to 1. (sd_got_store): Unref
2001-09-14 Jeffrey Stedfast <fejj@ximian.com> * subscribe-dialog.c (store_data_new): Added a refcount variable so set the refcount to 1. (sd_got_store): Unref the store-data. (store_data_async_get_store): Ref the store-data. (store_data_ref): New function. (store_data_unref): New function. (subscribe_dialog_destroy): Instead of freeing the store-data here, unref it instead. We may just have an async function running. Set the callback function to NULL so that when the (remaining) async functions finish, they become no-ops. svn path=/trunk/; revision=12847
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 5c3289374b..8a7b1522fb 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,16 @@
2001-09-14 Jeffrey Stedfast <fejj@ximian.com>
+ * subscribe-dialog.c (store_data_new): Added a refcount variable
+ so set the refcount to 1.
+ (sd_got_store): Unref the store-data.
+ (store_data_async_get_store): Ref the store-data.
+ (store_data_ref): New function.
+ (store_data_unref): New function.
+ (subscribe_dialog_destroy): Instead of freeing the store-data
+ here, unref it instead. We may just have an async function
+ running. Set the callback function to NULL so that when the
+ (remaining) async functions finish, they become no-ops.
+
* mail-send-recv.c (build_dialogue): Revert my bar_destroy code
and replace it with dialog_destroy instead.