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