diff options
Diffstat (limited to 'shell/evolution-storage.c')
-rw-r--r-- | shell/evolution-storage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/evolution-storage.c b/shell/evolution-storage.c index 49b7b36805..d16d7f88c5 100644 --- a/shell/evolution-storage.c +++ b/shell/evolution-storage.c @@ -311,6 +311,7 @@ corba_class_init (void) base_epv->default_POA = NULL; vepv = &Storage_vepv; + vepv->_base_epv = base_epv; vepv->Bonobo_Unknown_epv = bonobo_object_get_epv (); vepv->GNOME_Evolution_Storage_epv = evolution_storage_get_epv (); } |