connectionmonitoring/connectionmonitorui/src/CsdConnectionInfo.cpp
branchRCL_3
changeset 55 fc7b30ed2058
parent 0 5a93021fdf25
equal deleted inserted replaced
54:984e13af52c4 55:fc7b30ed2058
   299 
   299 
   300             CleanupStack::PopAndDestroy( 7, temp );   // ToString...LC()
   300             CleanupStack::PopAndDestroy( 7, temp );   // ToString...LC()
   301 
   301 
   302             TInt sharing = RefreshAppNamesL();
   302             TInt sharing = RefreshAppNamesL();
   303 
   303 
   304             if ( sharing > 1 )
   304             if ( sharing >= 1 )
   305                 {
   305                 {
   306                 if ( iDetailsArray->Count() > 10 )
   306                 if ( iDetailsArray->Count() > 10 )
   307                     {
   307                     {
   308                     iDetailsArray->Delete( 10, 
   308                     iDetailsArray->Delete( 10, 
   309                                            iDetailsArray->Count() - 10 );
   309                                            iDetailsArray->Count() - 10 );
   414 
   414 
   415     if ( internal )
   415     if ( internal )
   416         {
   416         {
   417         TInt sharing = RefreshAppNamesL();
   417         TInt sharing = RefreshAppNamesL();
   418         
   418         
   419         if ( sharing > 1 )
   419         if ( sharing >= 1 )
   420             {
   420             {
   421             for ( TInt i = 0; i < sharing; i++ )
   421             for ( TInt i = 0; i < sharing; i++ )
   422                 {
   422                 {
   423                 if ( i == 0 )
   423                 if ( i == 0 )
   424                     {
   424                     {