phonebookui/Phonebook2/USIMThinExtension/src/CPsu2ThinUIExtensionPlugin.cpp
branchRCL_3
changeset 17 2666d9724c76
parent 3 04ab22b956c2
equal deleted inserted replaced
15:34879f5cfc63 17:2666d9724c76
   169                     ( MVPbkSimPhone::KVPbkCapsFDNSupported ) )
   169                     ( MVPbkSimPhone::KVPbkCapsFDNSupported ) )
   170                 {
   170                 {
   171                 // "Fixed Dialing" item
   171                 // "Fixed Dialing" item
   172                 DimMenuItem( *aMenuPane, EPsu2CmdLaunchFixedDialingView );
   172                 DimMenuItem( *aMenuPane, EPsu2CmdLaunchFixedDialingView );
   173                 }
   173                 }
       
   174             if ( iStoreChecker &&
       
   175                  !iStoreChecker->IsContactsAvailabe( 
       
   176                          VPbkContactStoreUris::SimGlobalAdnUri())  && 
       
   177                  !iStoreChecker->IsContactsAvailabe(
       
   178                          VPbkContactStoreUris::SimGlobalSdnUri())   )
       
   179                 {
       
   180                 DimMenuItem( *aMenuPane, EPsu2CmdCopyToContacts );
       
   181                 }
   174             break;
   182             break;
   175             }
   183             }
   176         default:
   184         default:
   177             {
   185             {
   178             // Do nothing
   186             // Do nothing