diff options
author | Jacob Leach <jleach@src.gnome.org> | 2001-06-22 00:03:26 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-06-22 00:03:26 +0800 |
commit | 09b9a3a4da1d8827a39fc2a7aad3402ff25250bf (patch) | |
tree | 8b0702aa552ef06bc35031eb7682af07e8bcb38a /shell/ChangeLog | |
parent | 6138aaf220f0de9222574436e10fa9c56a6e1f39 (diff) | |
download | gsoc2013-evolution-09b9a3a4da1d8827a39fc2a7aad3402ff25250bf.tar gsoc2013-evolution-09b9a3a4da1d8827a39fc2a7aad3402ff25250bf.tar.gz gsoc2013-evolution-09b9a3a4da1d8827a39fc2a7aad3402ff25250bf.tar.bz2 gsoc2013-evolution-09b9a3a4da1d8827a39fc2a7aad3402ff25250bf.tar.lz gsoc2013-evolution-09b9a3a4da1d8827a39fc2a7aad3402ff25250bf.tar.xz gsoc2013-evolution-09b9a3a4da1d8827a39fc2a7aad3402ff25250bf.tar.zst gsoc2013-evolution-09b9a3a4da1d8827a39fc2a7aad3402ff25250bf.zip |
Fix bug #3409: Removing an EvolutionStorage from the shell's folder
tree.
svn path=/trunk/; revision=10362
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 445ee3f8b9..201c814670 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2001-06-21 Jason Leach <jleach@ximian.com> + + * evolution-storage.c (evolution_storage_deregister_on_shell): New + function, uses the StorageRegistry::removeStoragebyName corba call + to properly make the storage vanish from the shell. + 2001-06-18 Dan Winship <danw@ximian.com> * Makefile.am (evolution_LDADD): Remove DB3_LDADD |