connectionmonitoring/connectionmonitorui/src/WlanConnectionInfo.cpp
branchRCL_3
changeset 69 cf1b3ddbe9a1
parent 58 83ca720e2b9a
--- a/connectionmonitoring/connectionmonitorui/src/WlanConnectionInfo.cpp	Wed Sep 15 12:38:40 2010 +0300
+++ b/connectionmonitoring/connectionmonitorui/src/WlanConnectionInfo.cpp	Wed Oct 13 14:59:48 2010 +0300
@@ -685,7 +685,7 @@
                                  
     TInt sharing = RefreshAppNamesL();
 
-    if ( sharing >= 1 )
+    if ( sharing > 1 )
         {
         for ( TInt i = 0; i < sharing; i++ )
             {
@@ -776,7 +776,7 @@
     
     TInt sharing = RefreshAppNamesL();
 
-    if ( sharing >= 1 )
+    if ( sharing > 1 )
         {
         if ( count >= realElementsMaxCount ) // 15
             {