diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-corba-storage-registry.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 39da515c97..11701f170e 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 2002-05-15 Iain <iain@ximian.com> + * e-corba-storage-registry.c (impl_StorageRegistry_addStorage): Remove + debuggin spew + +2002-05-15 Iain <iain@ximian.com> + * e-corba-storage-registry.c (impl_StorageRegistry_addStorage): Apply patch from Peter Williams to notify listeners when a new storage is created. diff --git a/shell/e-corba-storage-registry.c b/shell/e-corba-storage-registry.c index 5ac8260862..76d946a680 100644 --- a/shell/e-corba-storage-registry.c +++ b/shell/e-corba-storage-registry.c @@ -129,7 +129,6 @@ impl_StorageRegistry_addStorage (PortableServer_Servant servant, /* FIXME: if we remove a listener while looping through the list we can * crash. Yay CORBA reentrancy. */ - g_print ("Added name: %s\n", name); for (iter = priv->listeners; iter; iter = iter->next) { listener_notify (iter->data, GNOME_Evolution_StorageRegistry_STORAGE_CREATED, |