From e9adce66e5890eff3474b3927f2fb31ca4b4fd18 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Tue, 7 Aug 2001 23:28:16 +0000 Subject: [ Use bonobo_object_unref on the storage since it's a bonobo object. ] 2001-08-07 Peter Williams [ 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 --- mail/mail-ops.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/mail-ops.c') diff --git a/mail/mail-ops.c b/mail/mail-ops.c index b3b47d81d7..bf3427c2b2 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -423,9 +423,9 @@ do_update_subfolders (CamelStore *store, CamelFolderInfo *info, void *data) } if (uinfo->done) - uinfo->done (store, uinfo->data); - - gtk_object_unref ((GtkObject *)uinfo->storage); + uinfo->done(store, uinfo->data); + + bonobo_object_unref((BonoboObject *)uinfo->storage); g_free (uinfo); } -- cgit v1.2.3