--- a/messagingappbase/mce/src/MceMessageListItemArray.cpp Fri Feb 19 22:47:38 2010 +0200
+++ b/messagingappbase/mce/src/MceMessageListItemArray.cpp Fri Mar 12 15:42:19 2010 +0200
@@ -115,8 +115,8 @@
iListType( aListType ),
iBitmapResolver( aBitmapResolver ),
iEmailClientIntegration(EFalse),
- iEmailFramework(EFalse),
- iIntegratedEmailAppExcist(EFalse)
+ iIntegratedEmailAppExcist(EFalse),
+ iEmailFramework(EFalse)
{
iDescriptionLength = iBitmapResolver.DescriptionLength();
}
@@ -238,7 +238,7 @@
TInt count = iFolderEntry->Count();
if ( (iEmailClientIntegration && iIntegratedEmailAppExcist) || iEmailFramework )
{
- TRAPD( err, count = CreateEntryIndexL() );
+ TRAP_IGNORE( count = CreateEntryIndexL() );
}
for( TInt loop = 0; loop < count && foundItem == KErrNotFound ; loop++)
{
@@ -325,7 +325,7 @@
iFolderId == KMsvGlobalInBoxIndexEntryId || iFolderId == KMsvGlobalOutBoxIndexEntryId)
{
- TRAPD( err, retval = CreateEntryIndexL() );
+ TRAP_IGNORE( retval = CreateEntryIndexL() );
}
}
return ( retval );