From 9c28295de36c8c18c01c5c7846566526cee7f1ac Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 5 Dec 2000 01:08:18 +0000 Subject: Start implementing a physical URI property for the toplevel nodes in storages. Also add initial code in the shell to handle that. svn path=/trunk/; revision=6787 --- shell/evolution-local-storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/evolution-local-storage.c') diff --git a/shell/evolution-local-storage.c b/shell/evolution-local-storage.c index c0e900087b..b3a9183b57 100644 --- a/shell/evolution-local-storage.c +++ b/shell/evolution-local-storage.c @@ -186,7 +186,7 @@ evolution_local_storage_construct (EvolutionLocalStorage *local_storage, g_return_if_fail (name != NULL); g_return_if_fail (name[0] != '\0'); - evolution_storage_construct (EVOLUTION_STORAGE (local_storage), corba_object, name); + evolution_storage_construct (EVOLUTION_STORAGE (local_storage), corba_object, name, NULL); } EvolutionLocalStorage * -- cgit v1.2.3