diff options
author | Dan Winship <danw@src.gnome.org> | 2001-10-12 02:54:34 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-10-12 02:54:34 +0800 |
commit | 0b63c0c6276b72f5bca01fa6062eb15fa6ca0889 (patch) | |
tree | e4ef0ab0fdbe2e1e8a329e047613fda5ddc9519b /shell | |
parent | 1a4d87b9d7830069c3de2cd345556fe83b6779e5 (diff) | |
download | gsoc2013-evolution-0b63c0c6276b72f5bca01fa6062eb15fa6ca0889.tar.gz gsoc2013-evolution-0b63c0c6276b72f5bca01fa6062eb15fa6ca0889.tar.zst gsoc2013-evolution-0b63c0c6276b72f5bca01fa6062eb15fa6ca0889.zip |
gr. save then commit.
svn path=/trunk/; revision=13588
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 529af3fa3c..8bb8b91194 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,9 @@ 2001-10-11 Dan Winship <danw@ximian.com> + * Evolution-Storage.idl: Remove "display_name" arg from update + methods. It was only there to do the "Inbox (5)" hack, which is + supported directly now. + * evolution-storage.c (impl_Storage_updateFolder): no longer takes display_name. (evolution_storage_update_folder, @@ -16,9 +20,6 @@ * e-corba-storage.c (impl_StorageListener_notifyFolderUpdated): No longer take display_name. - * Evolution-Storage.idl: Remove "display_name" arg from update - methods. - 2001-10-10 Ettore Perazzoli <ettore@ximian.com> * e-storage-set-view.c (handle_evolution_path_drag_motion): Ooops, |