summaryrefslogtreecommitdiffstats
path: root/plugins/contacts/symbian/plugin/src/transform/cnttransformsynctarget.cpp
diff options
context:
space:
mode:
authorprashanth grandhi <prashanth.2.grandhi@nokia.com>2011-04-27 15:26:55 +0300
committerprashanth grandhi <prashanth.2.grandhi@nokia.com>2011-04-27 15:26:55 +0300
commit95027ec78b686c8197ea270feb55fdfc83d44119 (patch)
treea92ad33ca338ef0f13a90244125bf82928407ee4 /plugins/contacts/symbian/plugin/src/transform/cnttransformsynctarget.cpp
parented387c6e90a48e8fbce7e45ab47b8e4e3a30244c (diff)
Fix@ ou1cimx1#774955: Cannot edit and save note if contact is created with Creator
Diffstat (limited to 'plugins/contacts/symbian/plugin/src/transform/cnttransformsynctarget.cpp')
-rw-r--r--plugins/contacts/symbian/plugin/src/transform/cnttransformsynctarget.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/contacts/symbian/plugin/src/transform/cnttransformsynctarget.cpp b/plugins/contacts/symbian/plugin/src/transform/cnttransformsynctarget.cpp
index 21eb5eb6ff..2000d9d6e9 100644
--- a/plugins/contacts/symbian/plugin/src/transform/cnttransformsynctarget.cpp
+++ b/plugins/contacts/symbian/plugin/src/transform/cnttransformsynctarget.cpp
@@ -140,10 +140,7 @@ void CntTransformSyncTarget::detailDefinitions(QMap<QString, QContactDetailDefin
// Not all fields are supported, replace:
fields.clear();
f.setDataType(QVariant::String);
- f.setAllowableValues(QVariantList()
- << QString("private")
- << QString("public")
- << QString("none"));
+ f.setAllowableValues(QVariantList());
fields.insert(QContactSyncTarget::FieldSyncTarget, f);
d.setFields(fields);