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 /plugins/groupwise-features/share-folder-common.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 'plugins/groupwise-features/share-folder-common.c')
-rw-r--r-- | plugins/groupwise-features/share-folder-common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/groupwise-features/share-folder-common.c b/plugins/groupwise-features/share-folder-common.c index 900d949251..2f50f3a0cb 100644 --- a/plugins/groupwise-features/share-folder-common.c +++ b/plugins/groupwise-features/share-folder-common.c @@ -383,7 +383,6 @@ create_shared_folder(EPopup *ep, EPopupItem *p, gpointer data) model = mail_component_peek_tree_model (mail_component_peek ()); folder_tree = (EMFolderTree *) em_folder_tree_new_with_model (model); - em_folder_tree_clone_expanded (folder_tree); dialog = em_folder_selector_create_new (folder_tree, 0, _("Create folder"), _("Specify where to create the folder:")); uri = em_folder_tree_get_selected_uri(folder_tree); |