diff -r fcdfafb36fe7 -r aecbbf00d063 commonuis/CommonDialogs/src/CAknMemorySelectionModel.cpp --- a/commonuis/CommonDialogs/src/CAknMemorySelectionModel.cpp Thu Aug 19 10:11:06 2010 +0300 +++ b/commonuis/CommonDialogs/src/CAknMemorySelectionModel.cpp Tue Aug 31 15:28:30 2010 +0300 @@ -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 {