commonuis/CommonDialogs/src/CAknMemorySelectionModel.cpp
branchRCL_3
changeset 56 d48ab3b357f1
parent 55 aecbbf00d063
--- a/commonuis/CommonDialogs/src/CAknMemorySelectionModel.cpp	Tue Aug 31 15:28:30 2010 +0300
+++ b/commonuis/CommonDialogs/src/CAknMemorySelectionModel.cpp	Wed Sep 01 12:16:19 2010 +0100
@@ -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
                 {