commonuis/CommonDialogs/src/CAknMemorySelectionModel.cpp
changeset 14 3320e4e6e8bb
parent 0 2f259fa3e83a
child 56 d48ab3b357f1
--- a/commonuis/CommonDialogs/src/CAknMemorySelectionModel.cpp	Tue Feb 02 01:00:49 2010 +0200
+++ b/commonuis/CommonDialogs/src/CAknMemorySelectionModel.cpp	Fri Apr 16 15:13:44 2010 +0300
@@ -24,7 +24,7 @@
 #include <coemain.h>
 #include <StringLoader.h>
 #include <commondialogs.rsg>
-#include <rsfwmountman.h>
+
 #include <pathinfo.h> //PathInfo
 #include <driveinfo.h> //DriveInfo
 
@@ -735,17 +735,17 @@
                 _LIT( KEmptySpace, " ");
                 itemString.Append( KEmptySpace ); 
 
-                if( aDriveInfo.iConnectionState == KMountStronglyConnected )
-                    {
-                    // D-column icon: Show active icon if drive has no error
-                    itemString.Append( KTabChar );
-                    itemString.AppendFormat( KImageHeader, EIconRemoteDriveActive );
-                    }
-                else // KMountNotConnected
-                    {
-                    // D-column icon: Show active icon if drive has no error
-                    itemString.Append( KTabChar );
-                    }
+                //  if( aDriveInfo.iConnectionState == KMountStronglyConnected )
+                //    {
+                // D-column icon: Show active icon if drive has no error
+                //    itemString.Append( KTabChar );
+                //    itemString.AppendFormat( KImageHeader, EIconRemoteDriveActive );
+                //    }
+                // else // KMountNotConnected
+                //    {
+                // D-column icon: Show active icon if drive has no error
+                itemString.Append( KTabChar );
+                //    }
                 }
             else
                 {