From a3f193814c3ac8ca51eaa570a35129c8870f2578 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Fri, 2 Sep 2011 19:07:57 +0200 Subject: [PATCH] not necessary to call writeconfig --- collectionpane.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collectionpane.cpp b/collectionpane.cpp index 03d10643c..b6f6a6598 100644 --- a/collectionpane.cpp +++ b/collectionpane.cpp @@ -57,7 +57,7 @@ bool CollectionStorageModel::isOutBoundFolder( const Akonadi::Collection& c ) co && c.attribute()->isOutboundFolder() ) { return true; } - QSharedPointer fd = FolderCollection::forCollection( c ); + QSharedPointer fd = FolderCollection::forCollection( c, false ); if ( fd ) { // default setting const KPIMIdentities::Identity & identity =