diff -r 14754bf06654 -r cf1b3ddbe9a1 connectionmonitoring/connectionmonitorui/src/CsdConnectionInfo.cpp --- a/connectionmonitoring/connectionmonitorui/src/CsdConnectionInfo.cpp Wed Sep 15 12:38:40 2010 +0300 +++ b/connectionmonitoring/connectionmonitorui/src/CsdConnectionInfo.cpp Wed Oct 13 14:59:48 2010 +0300 @@ -301,7 +301,7 @@ TInt sharing = RefreshAppNamesL(); - if ( sharing >= 1 ) + if ( sharing > 1 ) { if ( iDetailsArray->Count() > 10 ) { @@ -416,7 +416,7 @@ { TInt sharing = RefreshAppNamesL(); - if ( sharing >= 1 ) + if ( sharing > 1 ) { for ( TInt i = 0; i < sharing; i++ ) {