omads/omadsextensions/adapters/notes/src/nsmlnotepadDatabase.cpp
changeset 64 a62b67d1f67c
parent 54 13ecdfc9a581
equal deleted inserted replaced
62:262aa4f075d6 64:a62b67d1f67c
   284 
   284 
   285     // update the description
   285     // update the description
   286     HBufC* content = HBufC::NewL(aItem.Content()->Length());
   286     HBufC* content = HBufC::NewL(aItem.Content()->Length());
   287     content = aItem.Content();
   287     content = aItem.Content();
   288 
   288 
       
   289 	CleanupStack::PushL(content);
   289     entryTobeUpdated->SetDescriptionL(*content);
   290     entryTobeUpdated->SetDescriptionL(*content);
       
   291 	CleanupStack::Pop(content);
   290 
   292 
   291     array.AppendL(entryTobeUpdated);
   293     array.AppendL(entryTobeUpdated);
   292     CleanupStack::Pop(entryTobeUpdated);
   294     CleanupStack::Pop(entryTobeUpdated);
   293     TBool success(EFalse);
   295     TBool success(EFalse);
   294     // update the entry
   296     // update the entry