Make EvolutionStorage use the correct name when registering itself.
svn path=/trunk/; revision=3244
This commit is contained in:
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user