diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-11 19:12:16 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-11 19:12:16 +0800 |
commit | 0f618ac4cfae7d62fca7c0468458f55f3e4a3e9f (patch) | |
tree | 735c7930b24b243bf2cd72c6984c4d274c1ffb2e /shell/ChangeLog | |
parent | 32496628e7268ad257e87a84d97add1239473dfa (diff) | |
download | gsoc2013-evolution-0f618ac4cfae7d62fca7c0468458f55f3e4a3e9f.tar gsoc2013-evolution-0f618ac4cfae7d62fca7c0468458f55f3e4a3e9f.tar.gz gsoc2013-evolution-0f618ac4cfae7d62fca7c0468458f55f3e4a3e9f.tar.bz2 gsoc2013-evolution-0f618ac4cfae7d62fca7c0468458f55f3e4a3e9f.tar.lz gsoc2013-evolution-0f618ac4cfae7d62fca7c0468458f55f3e4a3e9f.tar.xz gsoc2013-evolution-0f618ac4cfae7d62fca7c0468458f55f3e4a3e9f.tar.zst gsoc2013-evolution-0f618ac4cfae7d62fca7c0468458f55f3e4a3e9f.zip |
Fully support setting the display name in the tree. It seems to work.
svn path=/trunk/; revision=5320
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 634c6ea9dd..0858065aec 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,27 @@ +2000-09-11 Ettore Perazzoli <ettore@helixcode.com> + + * e-storage.c (impl_list_folders): Removed. + (impl_get_subfolder_paths): New static function, implementation + for `::get_subfolder_paths'. + (class_init): Install it. + (e_storage_get_subfolder_paths): New. + + * e-storage.h: `list_folders' virtual method removed. New virtual + method `list_subfolder_paths'. + + * e-storage-set-view.c (etree_icon_at): If the folder is not + found, return NULL. + + * e-local-storage.c (bonobo_interface_set_display_name_cb): New + function, callback for the `set_display_name' signal on the + EvolutionLocalStorage. + (construct): Connect it. + + * e-storage-set-view.c (folder_changed_cb): New callback for the + "changed" signal emitted by the EFolders. It makes the model emit + the "changed" signal for the appropriate row. + (insert_folders): Connect it. + 2000-09-09 Ettore Perazzoli <ettore@helixcode.com> * e-storage-set-view.c (etree_value_at): Return the name of the |