From a66eae167484718678ceae7368c167aacb322b38 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sat, 9 Dec 2000 00:55:57 +0000 Subject: Complete the code to associate a URI and a folder type to the toplevel node in a storage. It sucks a bit and needs a little more refactoring. svn path=/trunk/; revision=6878 --- addressbook/gui/component/e-ldap-storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/component') diff --git a/addressbook/gui/component/e-ldap-storage.c b/addressbook/gui/component/e-ldap-storage.c index 32b4334348..065adbf50f 100644 --- a/addressbook/gui/component/e-ldap-storage.c +++ b/addressbook/gui/component/e-ldap-storage.c @@ -85,7 +85,7 @@ setup_ldap_storage (EvolutionShellComponent *shell_component, corba_shell = bonobo_object_corba_objref (BONOBO_OBJECT (shell_client)); - storage = evolution_storage_new (_("External Directories"), NULL); + storage = evolution_storage_new (_("External Directories"), NULL, NULL); if (evolution_storage_register_on_shell (storage, corba_shell) != EVOLUTION_STORAGE_OK) { g_warning ("Cannot register storage"); return; -- cgit v1.2.3