aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-uri-schema-registry.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-uri-schema-registry.c')
-rw-r--r--shell/e-uri-schema-registry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-uri-schema-registry.c b/shell/e-uri-schema-registry.c
index 650efa2908..c52c1e97db 100644
--- a/shell/e-uri-schema-registry.c
+++ b/shell/e-uri-schema-registry.c
@@ -55,7 +55,7 @@ schema_handler_new (const char *schema,
handler->schema = g_strdup (schema);
handler->component = component;
- bonobo_object_ref (BONOBO_OBJECT (component));
+ g_object_ref (component);
return handler;
}