From 1566594525ab6d7accd167e1f00dfa320e438cb6 Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Wed, 23 Aug 2000 09:10:43 +0000 Subject: Missing commit, changes for search gui to link. svn path=/trunk/; revision=4981 --- addressbook/gui/component/addressbook-component.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index b066330a49..4a73821630 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -41,6 +41,10 @@ #define COMPONENT_FACTORY_ID "evolution-shell-component-factory:addressbook" #endif +/* Nasty hack for filters to be able to find folders */ +/* Not even used with addressbook??? */ +EvolutionShellClient *global_shell_client; + static BonoboGenericFactory *factory = NULL; static const EvolutionShellComponentFolderType folder_types[] = { @@ -81,6 +85,9 @@ owner_set_cb (EvolutionShellComponent *shell_component, { owner_count ++; + if (global_shell_client == NULL) + global_shell_client = shell_client; + setup_ldap_storage (shell_component, evolution_homedir); } -- cgit v1.2.3