From 92a54f0660c72e5b6c63ca6451c5168d95ff9d12 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 13 Nov 2002 19:29:56 +0000 Subject: Connect finish_func to the "next" signal for now, since GnomeDruid seems * e-shell-startup-wizard.c (e_shell_startup_wizard_create): Connect finish_func to the "next" signal for now, since GnomeDruid seems to be borked. * e-uri-schema-registry.c (schema_handler_new): g_object_ref() @component instead of bonobo_object_ref(). * e-local-storage.c (create_folder): g_object_ref() for the component_client, instead of bonobo_object_ref(). (remove_folder_step): Likewise. svn path=/trunk/; revision=18741 --- 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 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; } -- cgit v1.2.3