diff options
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 0f404af174..bda7ca01f0 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -440,7 +440,7 @@ mail_update_subfolders (CamelStore *store, EvolutionStorage *storage, /* however, this isn't a big problem ... */ info = g_malloc0(sizeof(*info)); info->storage = storage; - gtk_object_ref((GtkObject *)storage); + bonobo_object_ref((BonoboObject *)storage); info->done = done; info->data = data; |