From 1b235d03d55ef422e933b04401f991d3aa56d021 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 12 Oct 2001 03:48:22 +0000 Subject: Display the default view only if we are starting our own shell, or if the * main.c (idle_cb): Display the default view only if we are starting our own shell, or if the command-line has no arguments and we are talking to an already existing shell. * e-uri-schema-registry.c (e_uri_schema_registry_set_handler_for_schema): Do not return a value. svn path=/trunk/; revision=13611 --- shell/e-uri-schema-registry.c | 2 -- 1 file changed, 2 deletions(-) (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 a30b9950ee..6591951d0a 100644 --- a/shell/e-uri-schema-registry.c +++ b/shell/e-uri-schema-registry.c @@ -156,8 +156,6 @@ e_uri_schema_registry_set_handler_for_schema (EUriSchemaRegistry *registry, new_handler = schema_handler_new (schema, shell_component); g_hash_table_insert (priv->schema_to_handler, new_handler->schema, new_handler); - - return TRUE; } EvolutionShellComponentClient * -- cgit v1.2.3