aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r--mail/component-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c
index cee845c732..41cd6db365 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -999,7 +999,7 @@ mail_lookup_storage (CamelStore *store)
storage = g_hash_table_lookup (storages_hash, store);
if (storage)
- gtk_object_ref (GTK_OBJECT (storage));
+ bonobo_object_ref (BONOBO_OBJECT (storage));
return storage;
}