From c27902bcebc0ce445bb19bd315f40f5d672ace20 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 14 Nov 2002 23:36:52 +0000 Subject: Ref/sink the GtkTooltips. * e-shell-view.c (init): Ref/sink the GtkTooltips. * e-uri-schema-registry.c (schema_handler_free): g_object_unref() on the component instead of bonobo_object_unref(). svn path=/trunk/; revision=18765 --- shell/e-uri-schema-registry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-uri-schema-registry.c') 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); } -- cgit v1.2.3