diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-06-14 03:07:00 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-14 03:07:00 +0800 |
commit | ab27aff72c64183166fc6207d2ef0142e1ab8c83 (patch) | |
tree | 6b95a26dedf3ca26ae70f9a2ff3ea466e42763dc /mail/em-folder-selection.c | |
parent | 49ba34088bcdb9ab9cfae0c2b7fe11452fb60e24 (diff) | |
download | gsoc2013-evolution-ab27aff72c64183166fc6207d2ef0142e1ab8c83.tar.gz gsoc2013-evolution-ab27aff72c64183166fc6207d2ef0142e1ab8c83.tar.zst gsoc2013-evolution-ab27aff72c64183166fc6207d2ef0142e1ab8c83.zip |
Thought of a better way to copy folder tree state.
Revert the expanded tree model column and add a "selection"property to
EMFolderTreeModel, which the sidebar sets. If set, all new EMFolderTree
instances will automatically mimic its expanded and selected state.
Diffstat (limited to 'mail/em-folder-selection.c')
-rw-r--r-- | mail/em-folder-selection.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/em-folder-selection.c b/mail/em-folder-selection.c index 56c11bcfdf..5997eb6ca6 100644 --- a/mail/em-folder-selection.c +++ b/mail/em-folder-selection.c @@ -52,7 +52,6 @@ em_select_folder (EMFolderTreeModel *model, /* XXX Do we leak this reference? */ emft = (EMFolderTree *) em_folder_tree_new_with_model (model); - em_folder_tree_clone_expanded (emft); if (exclude) em_folder_tree_set_excluded_func (emft, exclude, user_data); |