diff -r aecbbf00d063 -r d48ab3b357f1 commonuis/CommonDialogs/src/CAknMemorySelectionModel.cpp --- 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 #include #include - +#include #include //PathInfo #include //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 {