emailservices/emailserver/cmailhandlerplugin/src/cmailpluginproxy.cpp
branchRCL_3
changeset 14 b13141f05c3d
parent 10 f5907b1a1053
child 20 efd4f1afd43e
--- a/emailservices/emailserver/cmailhandlerplugin/src/cmailpluginproxy.cpp	Wed Apr 14 15:42:15 2010 +0300
+++ b/emailservices/emailserver/cmailhandlerplugin/src/cmailpluginproxy.cpp	Tue Apr 27 16:20:14 2010 +0300
@@ -368,7 +368,7 @@
     TInt id( KErrNotFound );
     for ( TInt i = 0; i < iPublisher.iInstIdList.Count(); i++ )
         {
-        if ( aContentId.Compare( *(iPublisher.iInstIdList[i]) ) == 0 )
+        if ( aContentId.Compare( iPublisher.iInstIdList[i].iCid ) == 0 )            
             {
             id = i;
             }