Make EvolutionStorage use the correct name when registering itself.

svn path=/trunk/; revision=3244
This commit is contained in:
Ettore Perazzoli
2000-05-28 16:12:37 +00:00
parent 46411304c0
commit 03b78aeacf
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-05-28 Ettore Perazzoli <ettore@helixcode.com>
* evolution-storage.c (evolution_storage_register): Use the
storage's name when registering.
2000-05-26 Matt Loper <matt@helixcode.com>
* e-shell-view-menu.c (command_about_box): Make authorlist more

View File

@ -234,7 +234,7 @@ evolution_storage_register (EvolutionStorage *evolution_storage,
corba_storage = bonobo_object_corba_objref (BONOBO_OBJECT (evolution_storage));
corba_storage_listener = Evolution_StorageRegistry_register_storage (corba_storage_registry,
corba_storage,
"pippo", &ev);
priv->name, &ev);
if (ev._major == CORBA_NO_EXCEPTION) {
Bonobo_Unknown_ref (corba_storage_registry, &ev);