aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-send-recv.c
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2001-08-08 07:28:16 +0800
committerPeter Williams <peterw@src.gnome.org>2001-08-08 07:28:16 +0800
commite9adce66e5890eff3474b3927f2fb31ca4b4fd18 (patch)
treeedadcbde299a14981348fc6041ace5f33c768ae4 /mail/mail-send-recv.c
parentfc7ad0c9a97377934f6f1c03c5fa805a6c471513 (diff)
downloadgsoc2013-evolution-e9adce66e5890eff3474b3927f2fb31ca4b4fd18.tar
gsoc2013-evolution-e9adce66e5890eff3474b3927f2fb31ca4b4fd18.tar.gz
gsoc2013-evolution-e9adce66e5890eff3474b3927f2fb31ca4b4fd18.tar.bz2
gsoc2013-evolution-e9adce66e5890eff3474b3927f2fb31ca4b4fd18.tar.lz
gsoc2013-evolution-e9adce66e5890eff3474b3927f2fb31ca4b4fd18.tar.xz
gsoc2013-evolution-e9adce66e5890eff3474b3927f2fb31ca4b4fd18.tar.zst
gsoc2013-evolution-e9adce66e5890eff3474b3927f2fb31ca4b4fd18.zip
[ Use bonobo_object_unref on the storage since it's a bonobo object. ]
2001-08-07 Peter Williams <peterw@ximian.com> [ Use bonobo_object_unref on the storage since it's a bonobo object. ] * mail-send-recv.c (receive_update_got_store): Same. * mail-ops.c (do_update_subfolders): Same. svn path=/trunk/; revision=11752
Diffstat (limited to 'mail/mail-send-recv.c')
-rw-r--r--mail/mail-send-recv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-send-recv.c b/mail/mail-send-recv.c
index 0564dd0214..d0fed294b4 100644
--- a/mail/mail-send-recv.c
+++ b/mail/mail-send-recv.c
@@ -589,7 +589,7 @@ receive_update_got_store(char *uri, CamelStore *store, void *data)
EvolutionStorage *storage = mail_lookup_storage(store);
if (storage) {
mail_update_subfolders(store, storage, receive_update_done, info);
- gtk_object_unref((GtkObject *)storage);
+ bonobo_object_unref((BonoboObject *)storage);
} else {
receive_done("", info);
}