aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-local-storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-local-storage.c')
-rw-r--r--shell/evolution-local-storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/evolution-local-storage.c b/shell/evolution-local-storage.c
index b3a9183b57..96a1af33dd 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, NULL);
+ evolution_storage_construct (EVOLUTION_STORAGE (local_storage), corba_object, name, NULL, NULL);
}
EvolutionLocalStorage *