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