aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/share-folder-common.c
diff options
context:
space:
mode:
authorVibha Yadav <yvibha@novell.com>2010-09-16 12:21:38 +0800
committerBharath Acharya <abharath@novell.com>2010-09-16 12:21:38 +0800
commit797cd196066185c54ea0ba20c445498a208608b0 (patch)
treef26b5ddf22df218afa1d891d1d1dcc561fc88281 /plugins/groupwise-features/share-folder-common.c
parentf3bb38053c5c09bba40039f48039b54afa313665 (diff)
downloadgsoc2013-evolution-797cd196066185c54ea0ba20c445498a208608b0.tar
gsoc2013-evolution-797cd196066185c54ea0ba20c445498a208608b0.tar.gz
gsoc2013-evolution-797cd196066185c54ea0ba20c445498a208608b0.tar.bz2
gsoc2013-evolution-797cd196066185c54ea0ba20c445498a208608b0.tar.lz
gsoc2013-evolution-797cd196066185c54ea0ba20c445498a208608b0.tar.xz
gsoc2013-evolution-797cd196066185c54ea0ba20c445498a208608b0.tar.zst
gsoc2013-evolution-797cd196066185c54ea0ba20c445498a208608b0.zip
Bug #611154 - problem in accessing folder property
Diffstat (limited to 'plugins/groupwise-features/share-folder-common.c')
-rw-r--r--plugins/groupwise-features/share-folder-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/groupwise-features/share-folder-common.c b/plugins/groupwise-features/share-folder-common.c
index 21485a96c2..1b6fb180ea 100644
--- a/plugins/groupwise-features/share-folder-common.c
+++ b/plugins/groupwise-features/share-folder-common.c
@@ -93,7 +93,7 @@ shared_folder_commit (EPlugin *ep, EConfigTarget *tget)
{
EMConfigTargetFolder *target = (EMConfigTargetFolder *)tget->config->target;
CamelStore *parent_store;
- EMFolderTreeModel *model = NULL; /*mail_component_peek_tree_model (mail_component_peek ())*/;
+ EMFolderTreeModel *model = em_folder_tree_model_new(); /*mail_component_peek_tree_model (mail_component_peek ());*/
parent_store = camel_folder_get_parent_store (target->folder);