diff -r 2f259fa3e83a -r 3320e4e6e8bb commonuis/CommonDialogs/src/CAknMemorySelectionModel.cpp --- 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 #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 {