diff options
author | Dan Winship <danw@src.gnome.org> | 2000-11-02 11:46:15 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-11-02 11:46:15 +0800 |
commit | f99dfd474c829a059da873f9b08acfdfd0f4c2d2 (patch) | |
tree | ec137cb1bc26a6c81d98835a2c0fdba1fb37c6fd /shell/ChangeLog | |
parent | 6db2305b3345ebb436c81bda685ccf1cb8bcbfa7 (diff) | |
download | gsoc2013-evolution-f99dfd474c829a059da873f9b08acfdfd0f4c2d2.tar.gz gsoc2013-evolution-f99dfd474c829a059da873f9b08acfdfd0f4c2d2.tar.zst gsoc2013-evolution-f99dfd474c829a059da873f9b08acfdfd0f4c2d2.zip |
Make this take "highlighted" as well.
* evolution-storage.c (evolution_storage_new_folder): Make this
take "highlighted" as well.
* e-local-storage.c (new_folder):
* e-corba-storage.c (impl_StorageListener_new_folder): set
highlighted on the new folder.
* e-storage-set-view.c (updated_folder_cb): Remove an unused
variable.
svn path=/trunk/; revision=6338
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index a391fac53c..127b6d4d05 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,15 @@ +2000-11-01 Dan Winship <danw@helixcode.com> + + * evolution-storage.c (evolution_storage_new_folder): Make this + take "highlighted" as well. + + * e-local-storage.c (new_folder): + * e-corba-storage.c (impl_StorageListener_new_folder): set + highlighted on the new folder. + + * e-storage-set-view.c (updated_folder_cb): Remove an unused + variable. + 2000-10-26 Iain Holmes <iain@helixcode.com> * Evolution-ShellView.idl: Added a change_current_view method and |