pkiutilities/CertmanUi/SRC/CertmanuicontainerTrust.cpp
branchRCL_3
changeset 16 9971b621ef6c
parent 12 a005fc61b02a
child 49 09b1ac925e3f
equal deleted inserted replaced
13:bbcfd14ce6a7 16:9971b621ef6c
   594             {
   594             {
   595             item = (*iTrustedClients)[ KTrustSettingsResourceIndexAppCtrl ];
   595             item = (*iTrustedClients)[ KTrustSettingsResourceIndexAppCtrl ];
   596             }
   596             }
   597         else if ( id == KCertManUIViewTrustMailAndImageConnId )
   597         else if ( id == KCertManUIViewTrustMailAndImageConnId )
   598             {
   598             {
   599             item =
   599             item = (*iTrustedClients)[ KTrustSettingsResourceIndexMailAndImageConn ];
   600              (*iTrustedClients)[ KTrustSettingsResourceIndexMailAndImageConn ];
       
   601             }
   600             }
   602         else if ( id == KCertManUIViewTrustJavaInstallingId )
   601         else if ( id == KCertManUIViewTrustJavaInstallingId )
   603             {
   602             {
   604             item =
   603             item = (*iTrustedClients)[ KTrustSettingsResourceIndexJavaInstall ];
   605              (*iTrustedClients)[ KTrustSettingsResourceIndexJavaInstall ];
       
   606             }
   604             }
   607         else if ( id == KCertManUIViewOCSPCheckInstallingId )
   605         else if ( id == KCertManUIViewOCSPCheckInstallingId )
   608             {
   606             {
   609             item =
   607             item = (*iTrustedClients)[ KTrustSettingsResourceIndexOCSPCheck ];
   610              (*iTrustedClients)[ KTrustSettingsResourceIndexOCSPCheck ];
       
   611             }
   608             }
   612         else if ( id == KCertManUIViewTrustVPNId )
   609         else if ( id == KCertManUIViewTrustVPNId )
   613             {
   610             {
   614             item =
   611             item = (*iTrustedClients)[ KTrustSettingsResourceIndexVPN ];
   615              (*iTrustedClients)[ KTrustSettingsResourceIndexVPN ];
   612             }
       
   613         else if ( id == KCertManUIViewTrustWidgetInstallingId )
       
   614             {
       
   615             item = (*iTrustedClients)[ KTrustSettingsResourceIndexWidget ];
   616             }
   616             }
   617         else
   617         else
   618             {
   618             {
   619             if ( iApps.Count() > 0 )
   619             if ( iApps.Count() > 0 )
   620                 {
   620                 {