diff options
author | Peter Williams <peterw@ximian.com> | 2001-08-08 23:59:18 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-08-08 23:59:18 +0800 |
commit | d2b3c36a52a001693b5c0326aafd969a2d5f9569 (patch) | |
tree | 8bcda26f4af2e697ba48f8f871540a7d26e6b6d7 /mail/mail-ops.c | |
parent | 3e061166215db142aa64f1e67dee36bbaa715771 (diff) | |
download | gsoc2013-evolution-d2b3c36a52a001693b5c0326aafd969a2d5f9569.tar.gz gsoc2013-evolution-d2b3c36a52a001693b5c0326aafd969a2d5f9569.tar.zst gsoc2013-evolution-d2b3c36a52a001693b5c0326aafd969a2d5f9569.zip |
Change this gtk_object_ref on the storage to a bonobo_object_ref.
2001-08-08 Peter Williams <peterw@ximian.com>
* mail-ops.c (mail_update_subfolders): Change this gtk_object_ref
on the storage to a bonobo_object_ref.
svn path=/trunk/; revision=11790
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; |