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