diff -r 7cbcb2896f0e -r a642906a277a phonebookengines/cntlistmodel/src/cntcache.cpp --- a/phonebookengines/cntlistmodel/src/cntcache.cpp Tue Jul 06 14:05:47 2010 +0300 +++ b/phonebookengines/cntlistmodel/src/cntcache.cpp Wed Aug 18 09:39:00 2010 +0300 @@ -439,9 +439,9 @@ bool foundContact = false; QContactFetchHint nameOnlyFetchHint; - QStringList details; + /*QStringList details; details << QContactDisplayLabel::DefinitionName; - nameOnlyFetchHint.setDetailDefinitionsHint(details); + nameOnlyFetchHint.setDetailDefinitionsHint(details);*/ nameOnlyFetchHint.setOptimizationHints(QContactFetchHint::NoRelationships); QContact contact = mContactManager->contact(contactId, nameOnlyFetchHint); @@ -648,7 +648,7 @@ { CNT_ENTRY - delete this; + deleteLater(); CNT_EXIT }