qtcontactsmobility/plugins/contacts/symbiansim/src/cntsimstoreprivate.cpp
changeset 31 2a11b5b00470
parent 27 de1630741fbe
--- a/qtcontactsmobility/plugins/contacts/symbiansim/src/cntsimstoreprivate.cpp	Mon May 03 12:24:20 2010 +0300
+++ b/qtcontactsmobility/plugins/contacts/symbiansim/src/cntsimstoreprivate.cpp	Fri May 14 15:42:23 2010 +0300
@@ -82,8 +82,8 @@
     convertStoreNameL(storeName);
     
     // SDN store is always read only
-    if (m_storeName == KParameterValueSimStoreNameSdn)
-        m_readOnlyAccess = true;
+    //if (m_storeName == KParameterValueSimStoreNameSdn)
+    //    m_readOnlyAccess = true;
 
     // Open etel server
     User::LeaveIfError(m_etelServer.Connect());
@@ -432,7 +432,7 @@
                         QString nameString = QString::fromUtf16(bufPtr.Ptr(), bufPtr.Length());
                         name.setCustomLabel(nameString);
                         if (m_readOnlyAccess)
-                            m_engine.setReadOnlyAccessConstraint(&name);                        
+                            m_engine.setReadOnlyAccessConstraint(&name);   
                         currentContact.saveDetail(&name);
                         QContactManager::Error error(QContactManager::NoError);
                         m_engine.setContactDisplayLabel(&currentContact, m_engine.synthesizedDisplayLabel(currentContact, &error));