connectionmonitoring/connectionmonitorui/src/EasyWLANConnectionInfo.cpp
branchRCL_3
changeset 55 fc7b30ed2058
parent 0 5a93021fdf25
--- a/connectionmonitoring/connectionmonitorui/src/EasyWLANConnectionInfo.cpp	Thu Jul 15 19:05:04 2010 +0300
+++ b/connectionmonitoring/connectionmonitorui/src/EasyWLANConnectionInfo.cpp	Thu Aug 19 10:18:49 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 )
             {