From c77b7e30202573c1c4ab54086388202d93181b45 Mon Sep 17 00:00:00 2001 From: Jason Leach Date: Wed, 6 Jun 2001 19:38:28 +0000 Subject: (Fix bug #418: Save state of folder tree view) 2001-06-06 Jason Leach (Fix bug #418: Save state of folder tree view) * e-shell-view.c (e_shell_view_save_settings): Changed the char * @prefix argument to an int @view_num. (e_shell_view_load_settings): Ditto. (get_local_prefix_for_view): New function that gets us a prefix from a view_num. * e-shell-view.c (e_shell_view_save_settings): Save the expanded/collapsed information for each storage-set-view here. (e_shell_view_load_settings): Load it here. * e-storage-set-view.c (e_storage_set_view_construct): Make it so new storage set views have their storages expanded by default, but will respsect the expanded state information that we load into it. (insert_storages): Minor change here too. (new_folder_cb): Ditto. svn path=/trunk/; revision=10135 --- shell/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 621cf77da1..47a245668e 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,23 @@ +2001-06-06 Jason Leach + + (Fix bug #418: Save state of folder tree view) + + * e-shell-view.c (e_shell_view_save_settings): Changed the char * + @prefix argument to an int @view_num. + (e_shell_view_load_settings): Ditto. + (get_local_prefix_for_view): New function that gets us a prefix + from a view_num. + + * e-shell-view.c (e_shell_view_save_settings): Save the + expanded/collapsed information for each storage-set-view here. + (e_shell_view_load_settings): Load it here. + + * e-storage-set-view.c (e_storage_set_view_construct): Make it so + new storage set views have their storages expanded by default, but + will respsect the expanded state information that we load into it. + (insert_storages): Minor change here too. + (new_folder_cb): Ditto. + 2001-06-05 Jason Leach * e-shell-view-menu.c: Plug in all the folder tree right click -- cgit v1.2.3