diff options
Diffstat (limited to 'shell/e-uri-schema-registry.c')
-rw-r--r-- | shell/e-uri-schema-registry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-uri-schema-registry.c b/shell/e-uri-schema-registry.c index c52c1e97db..57784c6e49 100644 --- a/shell/e-uri-schema-registry.c +++ b/shell/e-uri-schema-registry.c @@ -64,7 +64,7 @@ static void schema_handler_free (SchemaHandler *handler) { g_free (handler->schema); - bonobo_object_unref (BONOBO_OBJECT (handler->component)); + g_object_unref (handler->component); g_free (handler); } |