aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2001-08-08 23:59:18 +0800
committerPeter Williams <peterw@src.gnome.org>2001-08-08 23:59:18 +0800
commitd2b3c36a52a001693b5c0326aafd969a2d5f9569 (patch)
tree8bcda26f4af2e697ba48f8f871540a7d26e6b6d7 /mail
parent3e061166215db142aa64f1e67dee36bbaa715771 (diff)
downloadgsoc2013-evolution-d2b3c36a52a001693b5c0326aafd969a2d5f9569.tar
gsoc2013-evolution-d2b3c36a52a001693b5c0326aafd969a2d5f9569.tar.gz
gsoc2013-evolution-d2b3c36a52a001693b5c0326aafd969a2d5f9569.tar.bz2
gsoc2013-evolution-d2b3c36a52a001693b5c0326aafd969a2d5f9569.tar.lz
gsoc2013-evolution-d2b3c36a52a001693b5c0326aafd969a2d5f9569.tar.xz
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')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/mail-ops.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 9ba2e19933..2fccdd2481 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2001-08-07 Not Zed <NotZed@Ximian.com>
* mail-config.c (mail_config_get_thread_list): Free the dbkey if
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;