From 8f502cffbc35cc4eabf91903fc30cdee5b42aaef Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 17 Nov 2003 19:12:04 +0000 Subject: Do not #include "e-local-folder.h". * e-setup.c: Do not #include "e-local-folder.h". * Makefile.am: Don't build evolution-test-component for now since it's all out of date. * main.c (evolution_debug_log): Make static instead of extern. * e-user-creatable-items-handler.c: #include . * e-shell.h: Do not include "e-uri-schema-registry.h" or "evolution-shell-component-client.h". * e-shell.c: Likewise. * e-shell.c (struct _EShellPrivate): Removed member uri_schema_registry. (impl_Shell_handleURI): #if 0 it out for now. (e_shell_peek_uri_schema_registry): Disabled for now. * e-corba-storage-registry.c: Remove. * e-corba-storage-registry.h: Remove. * e-corba-storage.c: Remove. * e-corba-storage.h: Remove. * e-folder-dnd-bridge.c: Remove. * e-folder-dnd-bridge.h: Remove. * e-folder-selection-dialog.c: Remove. * e-folder-selection-dialog.h: Remove. * e-folder-type-registry.c: Remove. * e-folder-type-registry.h: Remove. * e-local-folder.c: Remove. * e-local-folder.h: Remove. * e-local-storage.c: Remove. * e-local-storage.h: Remove. * e-shell-folder-selection-dialog.c: Remove. * e-shell-folder-selection-dialog.h: Remove. * e-shell-view.c: Remove. * e-shell-view.h: Remove. * e-storage-browser.c: Remove. * e-storage-browser.h: Remove. * e-storage-set-view.c: Remove. * e-storage-set-view.h: Remove. * e-storage-set.c: Remove. * e-storage-set.h: Remove. * e-storage.c: Remove. * e-storage.h: Remove. * evolution-shell-component-client.c: Remove. * evolution-shell-component-client.h: Remove. * evolution-shell-component-dnd.c: Remove. * evolution-shell-component-dnd.h: Remove. * evolution-storage-listener.c: Remove. * evolution-storage-listener.h: Remove. * evolution-storage-set-view-listener.c: Remove. * evolution-storage-set-view-listener.h: Remove. svn path=/trunk/; revision=23396 --- shell/e-shell.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'shell/e-shell.c') diff --git a/shell/e-shell.c b/shell/e-shell.c index 9b803efb2a..22cb17e7b4 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -32,11 +32,9 @@ #include "e-shell-constants.h" #include "e-shell-settings-dialog.h" #include "e-shell-startup-wizard.h" -#include "e-uri-schema-registry.h" #include "e-shell-marshal.h" -#include "evolution-shell-component-client.h" #include "evolution-shell-component-utils.h" #include "importer/intelligent.h" @@ -79,7 +77,7 @@ struct _EShellPrivate { GList *windows; EUserCreatableItemsHandler *user_creatable_items_handler; - EUriSchemaRegistry *uri_schema_registry; + /* EUriSchemaRegistry *uri_schema_registry; FIXME */ EComponentRegistry *component_registry; /* Names for the types of the folders that have maybe crashed. */ @@ -195,6 +193,7 @@ impl_Shell_handleURI (PortableServer_Servant servant, const CORBA_char *uri, CORBA_Environment *ev) { +#if 0 EvolutionShellComponentClient *schema_handler; EShell *shell; EShellPrivate *priv; @@ -239,6 +238,7 @@ impl_Shell_handleURI (PortableServer_Servant servant, ex_GNOME_Evolution_Shell_NotFound, NULL); return; } +#endif } static void @@ -360,10 +360,12 @@ impl_dispose (GObject *object) priv->user_creatable_items_handler = NULL; } +#if 0 /* FIXME */ if (priv->uri_schema_registry != NULL) { g_object_unref (priv->uri_schema_registry); priv->uri_schema_registry = NULL; } +#endif for (p = priv->windows; p != NULL; p = p->next) { EShellWindow *window; @@ -644,6 +646,7 @@ e_shell_request_close_window (EShell *shell, } +#if 0 /* FIXME */ /** * e_shell_peek_uri_schema_registry: * @shell: An EShell object. @@ -659,6 +662,8 @@ e_shell_peek_uri_schema_registry (EShell *shell) return shell->priv->uri_schema_registry; } +#endif + /** * e_shell_peek_component_registry: -- cgit v1.2.3