diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-10-03 03:49:35 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-10-03 03:49:35 +0800 |
commit | dfbc759c445f5548c54320a62bc5b9e76e16ad6e (patch) | |
tree | 1285c25d5f30d65767e2368f81cea67553399fc5 /shell/ChangeLog | |
parent | a36a52e0dec6ee8ea4578831916442b0324ce85d (diff) | |
download | gsoc2013-evolution-dfbc759c445f5548c54320a62bc5b9e76e16ad6e.tar gsoc2013-evolution-dfbc759c445f5548c54320a62bc5b9e76e16ad6e.tar.gz gsoc2013-evolution-dfbc759c445f5548c54320a62bc5b9e76e16ad6e.tar.bz2 gsoc2013-evolution-dfbc759c445f5548c54320a62bc5b9e76e16ad6e.tar.lz gsoc2013-evolution-dfbc759c445f5548c54320a62bc5b9e76e16ad6e.tar.xz gsoc2013-evolution-dfbc759c445f5548c54320a62bc5b9e76e16ad6e.tar.zst gsoc2013-evolution-dfbc759c445f5548c54320a62bc5b9e76e16ad6e.zip |
pass NULL for the open/closed pixbuf of the tree renderer. we'll let it
2000-10-02 Chris Toshok <toshok@helixcode.com>
* e-storage-set-view.c (e_storage_set_view_construct): pass NULL
for the open/closed pixbuf of the tree renderer. we'll let it
supply the default.
(destroy): remove the expanded/unexpanded pixbuf references.
(new_storage_cb): use e_tree_model_node_insert_id so we can (soon)
save expanded/collapsed state.
(new_folder_cb): same.
(insert_folders): same.
(e_storage_set_view_construct): same.
svn path=/trunk/; revision=5666
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 1aa66a3e8d..ffd715284f 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,15 @@ +2000-10-02 Chris Toshok <toshok@helixcode.com> + + * e-storage-set-view.c (e_storage_set_view_construct): pass NULL + for the open/closed pixbuf of the tree renderer. we'll let it + supply the default. + (destroy): remove the expanded/unexpanded pixbuf references. + (new_storage_cb): use e_tree_model_node_insert_id so we can (soon) + save expanded/collapsed state. + (new_folder_cb): same. + (insert_folders): same. + (e_storage_set_view_construct): same. + 2000-10-02 Ettore Perazzoli <ettore@helixcode.com> * e-shell.c (impl_Shell_create_storage_set_view): New, |