aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r--mail/mail-ops.c6
1 files changed, 3 insertions, 3 deletions
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);
}